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/twentyten/loop-single.php

    r18189 r19582  
    4141                        </div><!-- #author-avatar -->
    4242                        <div id="author-description">
    43                             <h2><?php printf( esc_attr__( 'About %s', 'twentyten' ), get_the_author() ); ?></h2>
     43                            <h2><?php printf( __( 'About %s', 'twentyten' ), get_the_author() ); ?></h2>
    4444                            <?php the_author_meta( 'description' ); ?>
    4545                            <div id="author-link">
Note: See TracChangeset for help on using the changeset viewer.