Changeset 25868 for trunk/src/wp-content/themes/twentyten/loop-single.php
- Timestamp:
- 10/22/2013 05:21:32 PM (13 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-content/themes/twentyten/loop-single.php
r25627 r25868 39 39 <div id="author-avatar"> 40 40 <?php 41 / /duplicate_hook41 /** This filter is documented in author.php */ 42 42 echo get_avatar( get_the_author_meta( 'user_email' ), apply_filters( 'twentyten_author_bio_avatar_size', 60 ) ); 43 43 ?>
Note: See TracChangeset
for help on using the changeset viewer.