- Timestamp:
- 03/20/2015 02:03:45 AM (10 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-content/themes/twentythirteen/functions.php
r31785 r31842 432 432 // or get the URL of the first image attachment. 433 433 else 434 $next_attachment_url = get_attachment_link( current( $attachment_ids ) );434 $next_attachment_url = get_attachment_link( reset( $attachment_ids ) ); 435 435 } 436 436
Note: See TracChangeset
for help on using the changeset viewer.