- Timestamp:
- 02/13/2015 05:51:22 PM (6 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-content/themes/twentyeleven/content-gallery.php
r25625 r31453 37 37 if ( $images ) : 38 38 $total_images = count( $images ); 39 $image = array_shift( $images );39 $image = current( $images ); 40 40 ?> 41 41 <figure class="gallery-thumb">
Note: See TracChangeset
for help on using the changeset viewer.