- Timestamp:
- 09/09/2023 09:26:01 AM (20 months ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-content/themes/twentyten/loop-attachment.php
r55420 r56549 108 108 // If there is more than 1 image attachment in a gallery... 109 109 if ( count( $attachments ) > 1 ) { 110 $k++;110 ++$k; 111 111 if ( isset( $attachments[ $k ] ) ) { 112 112 // ...get the URL of the next image attachment.
Note: See TracChangeset
for help on using the changeset viewer.