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