Changeset 56549 for trunk/src/wp-content/themes/twentytwelve/image.php
- Timestamp:
- 09/09/2023 09:26:01 AM (16 months ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-content/themes/twentytwelve/image.php
r55420 r56549 78 78 // If there is more than 1 attachment in a gallery... 79 79 if ( count( $attachments ) > 1 ) : 80 $k++;80 ++$k; 81 81 if ( isset( $attachments[ $k ] ) ) : 82 82 // ...get the URL of the next image attachment.
Note: See TracChangeset
for help on using the changeset viewer.