Make WordPress Core


Ignore:
Timestamp:
12/10/2011 07:18:51 PM (13 years ago)
Author:
ryan
Message:

More consistent attribute escaping. Props nacin.

File:
1 edited

Legend:

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

    r19375 r19582  
    3737                        get_the_date(),
    3838                        esc_url( get_author_posts_url( get_the_author_meta( 'ID' ) ) ),
    39                         sprintf( esc_attr__( 'View all posts by %s', 'twentyeleven' ), get_the_author() ),
     39                        esc_attr( sprintf( __( 'View all posts by %s', 'twentyeleven' ), get_the_author() ) ),
    4040                        get_the_author()
    4141                    );
Note: See TracChangeset for help on using the changeset viewer.