| @@ -1,8 +1,8 @@ | ||
| 1 | 1 | <?php // phpcs:ignore WordPress.Files.FileName.InvalidClassFileName |
| 2 | 2 | /** |
| 3 | 3 | * Module Name: Infinite Scroll |
| 4 | - * Module Description: Automatically load new content when a visitor scrolls | |
| 4 | + * Module Description: Automatically load new posts as visitors scroll down your site. | |
| 5 | 5 | * Sort Order: 26 |
| 6 | 6 | * First Introduced: 2.0 |
| 7 | 7 | * Requires Connection: No |
| 8 | 8 | * Auto Activate: No |
| @@ -12,8 +12,12 @@ | ||
| 12 | 12 | */ |
| 13 | 13 | |
| 14 | 14 | use Automattic\Jetpack\Current_Plan as Jetpack_Plan; |
| 15 | 15 | use Automattic\Jetpack\Stats\Options as Stats_Options; |
| 16 | + | |
| 17 | +if ( ! defined( 'ABSPATH' ) ) { | |
| 18 | + exit( 0 ); | |
| 19 | +} | |
| 16 | 20 | |
| 17 | 21 | /** |
| 18 | 22 | * Jetpack-specific elements of Infinite Scroll |
| 19 | 23 | */ |