- Timestamp:
- 03/20/2015 02:03:45 AM (11 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-content/themes/twentyfourteen/functions.php
r31784 r31842 331 331 // or get the URL of the first image attachment. 332 332 else { 333 $next_attachment_url = get_attachment_link( current( $attachment_ids ) );333 $next_attachment_url = get_attachment_link( reset( $attachment_ids ) ); 334 334 } 335 335 }
Note: See TracChangeset
for help on using the changeset viewer.