| @@ -6,8 +6,12 @@ | ||
| 6 | 6 | * |
| 7 | 7 | * @package automattic/jetpack |
| 8 | 8 | */ |
| 9 | 9 | |
| 10 | +if ( ! defined( 'ABSPATH' ) ) { | |
| 11 | + exit( 0 ); | |
| 12 | +} | |
| 13 | + | |
| 10 | 14 | /** |
| 11 | 15 | * Includes the milestone widget. This makes it easier to keep the /milestone/ dir content in sync with wpcom. |
| 12 | 16 | */ |
| 13 | 17 | require_once __DIR__ . '/milestone/milestone.php'; |