Changeset 31265 for trunk/src/wp-content/themes/twentyeleven/image.php
- Timestamp:
- 01/22/2015 12:41:36 AM (10 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-content/themes/twentyeleven/image.php
r28585 r31265 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 } else { 71 71 // or, if there's only 1 image, get the URL of the image
Note: See TracChangeset
for help on using the changeset viewer.