| @@ -1,8 +1,8 @@ | ||
| 1 | 1 | <?php |
| 2 | 2 | /** |
| 3 | 3 | * Module Name: Post List |
| 4 | - * Module Description: Display extra information alongside each post in your dashboard’s Posts screen. | |
| 4 | + * Module Description: Display a customizable list of your latest posts anywhere on your site. | |
| 5 | 5 | * Sort Order: 31 |
| 6 | 6 | * Recommendation Order: 12 |
| 7 | 7 | * First Introduced: 11.3 |
| 8 | 8 | * Requires Connection: No |
| @@ -12,8 +12,12 @@ | ||
| 12 | 12 | * Additional Search Queries: post, admin, list |
| 13 | 13 | * |
| 14 | 14 | * @package automattic/jetpack |
| 15 | 15 | */ |
| 16 | + | |
| 17 | +if ( ! defined( 'ABSPATH' ) ) { | |
| 18 | + exit( 0 ); | |
| 19 | +} | |
| 16 | 20 | |
| 17 | 21 | /** |
| 18 | 22 | * Initialize the post-list module. |
| 19 | 23 | */ |