- Timestamp:
- 01/11/2019 06:39:55 AM (6 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-content/themes/twentythirteen/functions.php
r44382 r44566 588 588 if ( $next_id ) { 589 589 $next_attachment_url = get_attachment_link( $next_id ); 590 } // or get the URL of the first image attachment.591 else {590 } else { 591 // or get the URL of the first image attachment. 592 592 $next_attachment_url = get_attachment_link( reset( $attachment_ids ) ); 593 593 }
Note: See TracChangeset
for help on using the changeset viewer.