2019-11-15 23:26:29 +01:00
|
|
|
<?php
|
|
|
|
|
/**
|
2020-12-10 14:04:11 +01:00
|
|
|
* Milestone widget loader.
|
|
|
|
|
*
|
|
|
|
|
* Everything happens within the folder, but Jetpack loads widgets via a widgets/*.php scheme.
|
|
|
|
|
*
|
|
|
|
|
* @package Jetpack.
|
2019-11-15 23:26:29 +01:00
|
|
|
*/
|
2020-12-10 14:04:11 +01:00
|
|
|
|
|
|
|
|
/**
|
|
|
|
|
* Includes the milestone widget. This makes it easier to keep the /milestone/ dir content in sync with wpcom.
|
|
|
|
|
*/
|
|
|
|
|
require_once __DIR__ . '/milestone/milestone.php';
|