Changeset 19582 for trunk/wp-content/themes/twentyten/loop-single.php
- Timestamp:
- 12/10/2011 07:18:51 PM (14 years ago)
- File:
-
- 1 edited
-
trunk/wp-content/themes/twentyten/loop-single.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-content/themes/twentyten/loop-single.php
r18189 r19582 41 41 </div><!-- #author-avatar --> 42 42 <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> 44 44 <?php the_author_meta( 'description' ); ?> 45 45 <div id="author-link">
Note: See TracChangeset
for help on using the changeset viewer.