kollapsminoriteten/wp-content/plugins/jetpack/modules/widgets/milestone.php

18 lines
393 B
PHP
Raw Permalink Normal View History

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.
*
2021-04-27 08:32:47 +02:00
* @package automattic/jetpack
2019-11-15 23:26:29 +01:00
*/
2020-12-10 14:04:11 +01:00
2025-12-12 13:13:07 +01:00
if ( ! defined( 'ABSPATH' ) ) {
exit( 0 );
}
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';