Changeset 25627 for trunk/src/wp-content/themes/twentyten/loop-single.php
- Timestamp:
- 09/25/2013 05:03:34 PM (11 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-content/themes/twentyten/loop-single.php
r19599 r25627 1 1 <?php 2 2 /** 3 * The loop that displays a single post .3 * The loop that displays a single post 4 4 * 5 5 * The loop displays the posts and the post content. See … … 38 38 <div id="entry-author-info"> 39 39 <div id="author-avatar"> 40 <?php echo get_avatar( get_the_author_meta( 'user_email' ), apply_filters( 'twentyten_author_bio_avatar_size', 60 ) ); ?> 40 <?php 41 //duplicate_hook 42 echo get_avatar( get_the_author_meta( 'user_email' ), apply_filters( 'twentyten_author_bio_avatar_size', 60 ) ); 43 ?> 41 44 </div><!-- #author-avatar --> 42 45 <div id="author-description">
Note: See TracChangeset
for help on using the changeset viewer.