Changeset 28585 for trunk/src/wp-content/themes/twentyeleven/image.php
- Timestamp:
- 05/27/2014 10:54:54 AM (10 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-content/themes/twentyeleven/image.php
r25746 r28585 58 58 break; 59 59 } 60 $k++; 60 61 61 // If there is more than 1 attachment in a gallery 62 62 if ( count( $attachments ) > 1 ) { 63 $k++; 63 64 if ( isset( $attachments[ $k ] ) ) 64 65 // get the URL of the next image attachment
Note: See TracChangeset
for help on using the changeset viewer.