Changeset 46088 for trunk/src/wp-content/themes/twentyten/loop-single.php
- Timestamp:
- 09/10/2019 07:22:07 PM (4 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-content/themes/twentyten/loop-single.php
r45932 r46088 51 51 <?php 52 52 /** This filter is documented in author.php */ 53 echo get_avatar( get_the_author_meta( 'user_email' ), apply_filters( 'twentyten_author_bio_avatar_size', 60 ) ); 53 $author_bio_avatar_size = apply_filters( 'twentyten_author_bio_avatar_size', 60 ); 54 echo get_avatar( get_the_author_meta( 'user_email' ), $author_bio_avatar_size ); 54 55 ?> 55 56 </div><!-- #author-avatar -->
Note: See TracChangeset
for help on using the changeset viewer.