| @@ -1,5 +1,6 @@ | ||
| 1 | 1 | <?php |
| 2 | + | |
| 2 | 3 | /** |
| 3 | 4 | * Module Name: Carousel |
| 4 | 5 | * Module Description: Display images and galleries in a gorgeous, full-screen browsing experience |
| 5 | 6 | * Sort Order: 22 |
| @@ -9,12 +10,7 @@ | ||
| 9 | 10 | * Auto Activate: No |
| 10 | 11 | * Module Tags: Photos and Videos |
| 11 | 12 | * Feature: Appearance |
| 12 | 13 | * Additional Search Queries: gallery, carousel, diaporama, slideshow, images, lightbox, exif, metadata, image |
| 13 | - * | |
| 14 | - * @package automattic/jetpack | |
| 15 | 14 | */ |
| 16 | 15 | |
| 17 | -/** | |
| 18 | - * Require the jetpack-carousel module code | |
| 19 | - */ | |
| 20 | -require __DIR__ . '/carousel/jetpack-carousel.php'; | |
| 16 | +include dirname( __FILE__ ) . '/carousel/jetpack-carousel.php'; | |