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