- Timestamp:
- 02/13/2015 05:51:22 PM (11 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-content/themes/twentythirteen/functions.php
r31260 r31453 432 432 // or get the URL of the first image attachment. 433 433 else 434 $next_attachment_url = get_attachment_link( array_shift( $attachment_ids ) );434 $next_attachment_url = get_attachment_link( current( $attachment_ids ) ); 435 435 } 436 436
Note: See TracChangeset
for help on using the changeset viewer.