Changeset 31261 for trunk/src/wp-content/themes/twentytwelve/image.php
- Timestamp:
- 01/21/2015 08:59:15 PM (10 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-content/themes/twentytwelve/image.php
r28585 r31261 67 67 else : 68 68 // or get the URL of the first image attachment 69 $next_attachment_url = get_attachment_link( $attachments[ 0]->ID );69 $next_attachment_url = get_attachment_link( $attachments[0]->ID ); 70 70 endif; 71 71 else :
Note: See TracChangeset
for help on using the changeset viewer.