- Timestamp:
- 09/10/2019 07:22:07 PM (5 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-content/themes/twentyeleven/content-single.php
r45932 r46088 67 67 <?php 68 68 /** This filter is documented in author.php */ 69 echo get_avatar( get_the_author_meta( 'user_email' ), apply_filters( 'twentyeleven_author_bio_avatar_size', 68 ) ); 69 $author_bio_avatar_size = apply_filters( 'twentyeleven_author_bio_avatar_size', 68 ); 70 echo get_avatar( get_the_author_meta( 'user_email' ), $author_bio_avatar_size ); 70 71 ?> 71 72 </div><!-- #author-avatar -->
Note: See TracChangeset
for help on using the changeset viewer.