| @@ -1,8 +1,8 @@ | ||
| 1 | 1 | <?php |
| 2 | 2 | /** |
| 3 | 3 | * Module Name: Carousel |
| 4 | - * Module Description: Display images and galleries in a gorgeous, full-screen browsing experience | |
| 4 | + * Module Description: Turn your image galleries into immersive, full‑screen slideshows. | |
| 5 | 5 | * Sort Order: 22 |
| 6 | 6 | * Recommendation Order: 12 |
| 7 | 7 | * First Introduced: 1.5 |
| 8 | 8 | * Requires Connection: No |
| @@ -12,8 +12,12 @@ | ||
| 12 | 12 | * Additional Search Queries: gallery, carousel, diaporama, slideshow, images, lightbox, exif, metadata, image, creator |
| 13 | 13 | * |
| 14 | 14 | * @package automattic/jetpack |
| 15 | 15 | */ |
| 16 | + | |
| 17 | +if ( ! defined( 'ABSPATH' ) ) { | |
| 18 | + exit( 0 ); | |
| 19 | +} | |
| 16 | 20 | |
| 17 | 21 | /** |
| 18 | 22 | * Require the jetpack-carousel module code |
| 19 | 23 | */ |