Changeset 1153436
- Timestamp:
- 05/05/2015 03:50:53 AM (11 years ago)
- Location:
- rt-prettyphoto/trunk
- Files:
-
- 2 edited
-
readme.txt (modified) (1 diff)
-
rt-prettyphoto.php (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
-
rt-prettyphoto/trunk/readme.txt
r1146810 r1153436 4 4 Tags: jQuery Lightbox, jQuery, jQuery PrettyPhoto, Lightbox, PrettyPhoto 5 5 Requires at least: 3.3 6 Tested up to: 4.2 7 Stable tag: 1. 0.26 Tested up to: 4.2.1 7 Stable tag: 1.1 8 8 License: GPLv2 or later 9 9 License URI: http://www.gnu.org/licenses/gpl-2.0.html -
rt-prettyphoto/trunk/rt-prettyphoto.php
r1146810 r1153436 6 6 Author: SM Mehdi Akram 7 7 Author URI: http://www.shamokaldarpon.com 8 Version: 1. 0.38 Version: 1.1 9 9 */ 10 10 … … 284 284 <th scope="row"><label for="royal_prettyphoto_hide_photo_control">Hide Photo Control</label></th> 285 285 <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> 286 291 </tr> 287 292 … … 421 426 { 422 427 <?php 423 if ( $royal_prettyphoto_hide_photo_ Expand_button =='1' ) :428 if ( $royal_prettyphoto_hide_photo_expand_button =='1' ) : 424 429 echo ' display: none !important;' . "\n"; 425 430 else :
Note: See TracChangeset
for help on using the changeset viewer.