Make WordPress Core


Ignore:
Timestamp:
01/21/2015 08:59:15 PM (10 years ago)
Author:
lancewillett
Message:

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

File:
1 edited

Legend:

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

    r28585 r31261  
    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    endif;
    7171else :
Note: See TracChangeset for help on using the changeset viewer.