Changeset 28585 for trunk/src/wp-content/themes/twentytwelve/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/twentytwelve/image.php
r25746 r28585 59 59 endforeach; 60 60 61 $k++;62 61 // If there is more than 1 attachment in a gallery 63 62 if ( count( $attachments ) > 1 ) : 63 $k++; 64 64 if ( isset( $attachments[ $k ] ) ) : 65 65 // get the URL of the next image attachment
Note: See TracChangeset
for help on using the changeset viewer.