Changeset 31453 for trunk/src/wp-content/themes/twentyten/loop.php
- Timestamp:
- 02/13/2015 05:51:22 PM (10 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-content/themes/twentyten/loop.php
r31266 r31453 76 76 if ( $images ) : 77 77 $total_images = count( $images ); 78 $image = array_shift( $images );78 $image = current( $images ); 79 79 ?> 80 80 <div class="gallery-thumb">
Note: See TracChangeset
for help on using the changeset viewer.