Plugin Directory

Changeset 1438923


Ignore:
Timestamp:
06/18/2016 03:40:36 AM (10 years ago)
Author:
ronakg
Message:

Fixed the bug where $rel missing variable error appears for swipebox galleries

Location:
awesome-flickr-gallery-plugin/trunk
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • awesome-flickr-gallery-plugin/trunk/README.txt

    r1393443 r1438923  
    44Tags: awesome, gallery, flickr, photo, image, slideshow, colorbox, portfolio, group, photoset, yahoo, slider, thumbnail, images
    55Requires at least: 3.0
    6 Tested up to: 4.5
    7 Stable tag: 3.5.3
     6Tested up to: 4.5.2
     7Stable tag: 3.5.4
    88License: GPLv2 or later
    99
  • awesome-flickr-gallery-plugin/trunk/index.php

    r1174039 r1438923  
    44   Plugin URI: http://www.ronakg.com/projects/awesome-flickr-gallery-wordpress-plugin/
    55   Description: Awesome Flickr Gallery is a simple, fast and light plugin to create a gallery of your Flickr photos on your WordPress enabled website.  This plugin aims at providing a simple yet customizable way to create stunning Flickr gallery.
    6    Version: 3.5.3
     6   Version: 3.5.4
    77   Author: Ronak Gandhi
    88   Author URI: http://www.ronakg.com
     
    319319        else if ($slideshow_option == 'swipebox') {
    320320            $class = "class='swipebox'";
    321             //$rel = "rel='gallery-{$id}'";
     321            $rel = '';
    322322            $click_event = "";
    323323        }
Note: See TracChangeset for help on using the changeset viewer.