| @@ -4,11 +4,15 @@ | ||
| 4 | 4 | * |
| 5 | 5 | * @package automattic/jetpack |
| 6 | 6 | */ |
| 7 | 7 | |
| 8 | +if ( ! defined( 'ABSPATH' ) ) { | |
| 9 | + exit( 0 ); | |
| 10 | +} | |
| 11 | + | |
| 8 | 12 | /** |
| 9 | 13 | * Module Name: Widget Visibility |
| 10 | - * Module Description: Control where widgets appear on your site. | |
| 14 | + * Module Description: Choose which widgets appear on specific pages or posts with advanced controls. | |
| 11 | 15 | * First Introduced: 2.4 |
| 12 | 16 | * Requires Connection: No |
| 13 | 17 | * Auto Activate: No |
| 14 | 18 | * Sort Order: 17 |