- Timestamp:
- 05/27/2014 10:54:54 AM (11 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-content/themes/twentyten/loop-attachment.php
r28463 r28585 72 72 break; 73 73 } 74 $k++; 74 75 75 // If there is more than 1 image attachment in a gallery 76 76 if ( count( $attachments ) > 1 ) { 77 $k++; 77 78 if ( isset( $attachments[ $k ] ) ) 78 79 // get the URL of the next image attachment
Note: See TracChangeset
for help on using the changeset viewer.