Plugin Directory

Changeset 1153436


Ignore:
Timestamp:
05/05/2015 03:50:53 AM (11 years ago)
Author:
royaltechbd
Message:

expand button

Location:
rt-prettyphoto/trunk
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • rt-prettyphoto/trunk/readme.txt

    r1146810 r1153436  
    44Tags: jQuery Lightbox, jQuery, jQuery PrettyPhoto, Lightbox, PrettyPhoto
    55Requires at least: 3.3
    6 Tested up to: 4.2
    7 Stable tag: 1.0.2
     6Tested up to: 4.2.1
     7Stable tag: 1.1
    88License: GPLv2 or later
    99License URI: http://www.gnu.org/licenses/gpl-2.0.html
  • rt-prettyphoto/trunk/rt-prettyphoto.php

    r1146810 r1153436  
    66Author: SM Mehdi Akram
    77Author URI: http://www.shamokaldarpon.com
    8 Version: 1.0.3
     8Version: 1.1
    99*/
    1010
     
    284284        <th scope="row"><label for="royal_prettyphoto_hide_photo_control">Hide Photo Control</label></th>
    285285        <td><input name="royal_prettyphoto_plugin_options[hide_photo_control]" type="checkbox" value="1" <?php checked( '1', $royal_prettyphoto_hide_photo_control); ?> /></td>
     286        </tr>       
     287       
     288        <tr valign="top">
     289        <th scope="row"><label for="royal_prettyphoto_hide_photo_expand_button">Hide Photo Expand Button</label></th>
     290        <td><input name="royal_prettyphoto_plugin_options[hide_photo_expand_button]" type="checkbox" value="1" <?php checked( '1', $royal_prettyphoto_hide_photo_expand_button); ?> /></td>
    286291        </tr>
    287292       
     
    421426{
    422427    <?php
    423     if ( $royal_prettyphoto_hide_photo_Expand_button =='1' ) :
     428    if ( $royal_prettyphoto_hide_photo_expand_button =='1' ) :
    424429      echo ' display: none !important;' . "\n";
    425430    else :
Note: See TracChangeset for help on using the changeset viewer.