Changeset 602914
- Timestamp:
- 09/24/2012 03:42:48 AM (13 years ago)
- Location:
- auto-thickbox-plus/trunk
- Files:
-
- 2 edited
-
auto-thickbox.php (modified) (1 diff)
-
readme.txt (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
auto-thickbox-plus/trunk/auto-thickbox.php
r602726 r602914 245 245 // Set a different gallery-id for each WordPress Gallery 246 246 $('div.gallery').each(function() { 247 var id = $(this).attr('class').match(/galleryid-\d+/);248 $(this).find('a.thickbox').attr('rel',id);247 if (this.id) 248 $(this).find('a.thickbox').attr('rel', this.id); 249 249 }); 250 250 <?php -
auto-thickbox-plus/trunk/readme.txt
r602726 r602914 276 276 277 277 = Latest Version = 278 * FIXED: Gallery images cannot be displayed in gallery style with [Cleaner Gallery](http://wordpress.org/extend/plugins/cleaner-gallery/) 278 279 279 280 = 1.8 =
Note: See TracChangeset
for help on using the changeset viewer.