Make WordPress Core


Ignore:
Timestamp:
01/22/2015 12:41:36 AM (10 years ago)
Author:
lancewillett
Message:

Twenty Eleven: fix escaping and minor code style issues. See #29127.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/wp-content/themes/twentyeleven/image.php

    r28585 r31265  
    6767        else
    6868            // 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 );
    7070    } else {
    7171        // or, if there's only 1 image, get the URL of the image
Note: See TracChangeset for help on using the changeset viewer.