- Timestamp:
- 09/25/2013 04:49:36 PM (12 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-content/themes/twentyeleven/content-single.php
r19957 r25625 55 55 <div id="author-info"> 56 56 <div id="author-avatar"> 57 <?php echo get_avatar( get_the_author_meta( 'user_email' ), apply_filters( 'twentyeleven_author_bio_avatar_size', 68 ) ); ?> 57 <?php 58 //duplicate_hook 59 echo get_avatar( get_the_author_meta( 'user_email' ), apply_filters( 'twentyeleven_author_bio_avatar_size', 68 ) ); 60 ?> 58 61 </div><!-- #author-avatar --> 59 62 <div id="author-description">
Note: See TracChangeset
for help on using the changeset viewer.