Nav apraksta

milestone.php 346B

1234567891011121314
  1. <?php
  2. /**
  3. * Milestone widget loader.
  4. *
  5. * Everything happens within the folder, but Jetpack loads widgets via a widgets/*.php scheme.
  6. *
  7. * @package automattic/jetpack
  8. */
  9. /**
  10. * Includes the milestone widget. This makes it easier to keep the /milestone/ dir content in sync with wpcom.
  11. */
  12. require_once __DIR__ . '/milestone/milestone.php';