Make WordPress Core


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

More consistent attribute escaping. Props nacin.

File:
1 edited

Legend:

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

    r18385 r19582  
    5858            </div><!-- #author-avatar -->
    5959            <div id="author-description">
    60                 <h2><?php printf( esc_attr__( 'About %s', 'twentyeleven' ), get_the_author() ); ?></h2>
     60                <h2><?php printf( __( 'About %s', 'twentyeleven' ), get_the_author() ); ?></h2>
    6161                <?php the_author_meta( 'description' ); ?>
    6262                <div id="author-link">
Note: See TracChangeset for help on using the changeset viewer.