Version Description
Download this release
Release Info
Developer | Hiroaki Miyashita |
Plugin | Lightbox Gallery |
Version | 0.2.6 |
Comparing to | |
See all releases |
Code changes from version 0.2.5 to 0.2.6
- lightbox-gallery.php +2 -2
- readme.txt +1 -1
lightbox-gallery.php
CHANGED
@@ -4,7 +4,7 @@ Plugin Name: Lightbox Gallery
|
|
4 |
Plugin URI: http://wordpressgogo.com/development/lightbox-gallery.html
|
5 |
Description: Changes to the lightbox view in galleries.
|
6 |
Author: Hiroaki Miyashita
|
7 |
-
Version: 0.2.
|
8 |
Author URI: http://wordpressgogo.com/
|
9 |
*/
|
10 |
|
@@ -27,7 +27,7 @@ function add_lightbox_gallery_head() {
|
|
27 |
}
|
28 |
|
29 |
function add_lightbox_gallery_jquery() {
|
30 |
-
if (
|
31 |
wp_enqueue_script( 'jquery');
|
32 |
wp_enqueue_script('dimensions', '/wp-content/plugins/lightbox-gallery/js/jquery.dimensions.js', array('jquery'));
|
33 |
wp_enqueue_script('bgtiframe', '/wp-content/plugins/lightbox-gallery/js/jquery.bgiframe.js', array('jquery'));
|
4 |
Plugin URI: http://wordpressgogo.com/development/lightbox-gallery.html
|
5 |
Description: Changes to the lightbox view in galleries.
|
6 |
Author: Hiroaki Miyashita
|
7 |
+
Version: 0.2.6
|
8 |
Author URI: http://wordpressgogo.com/
|
9 |
*/
|
10 |
|
27 |
}
|
28 |
|
29 |
function add_lightbox_gallery_jquery() {
|
30 |
+
if ( !is_admin() ) {
|
31 |
wp_enqueue_script( 'jquery');
|
32 |
wp_enqueue_script('dimensions', '/wp-content/plugins/lightbox-gallery/js/jquery.dimensions.js', array('jquery'));
|
33 |
wp_enqueue_script('bgtiframe', '/wp-content/plugins/lightbox-gallery/js/jquery.bgiframe.js', array('jquery'));
|
readme.txt
CHANGED
@@ -4,7 +4,7 @@ Donate link: http://wordpressgogo.com/development/lightbox-gallery.html
|
|
4 |
Tags: lightbox, gallery, image, images, album, photo
|
5 |
Requires at least: 2.5
|
6 |
Tested up to: 2.6.1
|
7 |
-
Stable tag: 0.2.
|
8 |
|
9 |
This plugin changes the view of galleries to the lightbox.
|
10 |
|
4 |
Tags: lightbox, gallery, image, images, album, photo
|
5 |
Requires at least: 2.5
|
6 |
Tested up to: 2.6.1
|
7 |
+
Stable tag: 0.2.6
|
8 |
|
9 |
This plugin changes the view of galleries to the lightbox.
|
10 |
|