diff options
author | Yury German <blueknight@gentoo.org> | 2019-05-22 00:42:33 -0400 |
---|---|---|
committer | Yury German <blueknight@gentoo.org> | 2019-05-22 00:42:33 -0400 |
commit | e89abce1b01dda89efdf230101d1aa3c877b3b6c (patch) | |
tree | cfb27a564c1f4cfff30d18dbf591efd48283b154 /plugins/jetpack/modules/carousel.php | |
parent | Adding Twentyninetten (diff) | |
download | blogs-gentoo-e89abce1b01dda89efdf230101d1aa3c877b3b6c.tar.gz blogs-gentoo-e89abce1b01dda89efdf230101d1aa3c877b3b6c.tar.bz2 blogs-gentoo-e89abce1b01dda89efdf230101d1aa3c877b3b6c.zip |
Updating of Plugins and Themes
List of Plugins updates --
akismet.4.1.2
google-authenticator.0.52
jetpack.7.3.1
List of Themes Updates --
mantra.3.2.0
twentyfifteen.2.5
twentyfourteen.2.7
Signed-off-by: Yury German <blueknight@gentoo.org>
Diffstat (limited to 'plugins/jetpack/modules/carousel.php')
-rw-r--r-- | plugins/jetpack/modules/carousel.php | 16 |
1 files changed, 0 insertions, 16 deletions
diff --git a/plugins/jetpack/modules/carousel.php b/plugins/jetpack/modules/carousel.php deleted file mode 100644 index fda08752..00000000 --- a/plugins/jetpack/modules/carousel.php +++ /dev/null @@ -1,16 +0,0 @@ -<?php - -/** - * Module Name: Carousel - * Module Description: Display images and galleries in a gorgeous, full-screen browsing experience - * Sort Order: 22 - * Recommendation Order: 12 - * First Introduced: 1.5 - * Requires Connection: No - * Auto Activate: No - * Module Tags: Photos and Videos - * Feature: Appearance - * Additional Search Queries: gallery, carousel, diaporama, slideshow, images, lightbox, exif, metadata, image - */ - -include dirname( __FILE__ ) . '/carousel/jetpack-carousel.php'; |