Changeset 14786 for trunk/wp-content/themes/twentyten/author.php
- Timestamp:
- 05/21/2010 06:56:27 PM (16 years ago)
- File:
-
- 1 edited
-
trunk/wp-content/themes/twentyten/author.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-content/themes/twentyten/author.php
r14708 r14786 33 33 <div id="author-avatar"> 34 34 <?php echo get_avatar( get_the_author_meta( 'user_email' ), apply_filters( 'twentyten_author_bio_avatar_size', 60 ) ); ?> 35 </div><!-- #author-avatar -->35 </div><!-- #author-avatar --> 36 36 <div id="author-description"> 37 37 <h2><?php printf( __( 'About %s', 'twentyten' ), get_the_author() ); ?></h2> 38 38 <?php the_author_meta( 'description' ); ?> 39 39 </div><!-- #author-description --> 40 </div><!-- .entry-author-info -->40 </div><!-- #entry-author-info --> 41 41 <?php endif; ?> 42 42
Note: See TracChangeset
for help on using the changeset viewer.