Changeset 25868 for trunk/src/wp-content/themes/twentytwelve/author.php
- Timestamp:
- 10/22/2013 05:21:32 PM (11 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-content/themes/twentytwelve/author.php
r25521 r25868 49 49 <div class="author-avatar"> 50 50 <?php 51 //duplicate_hook 51 /** 52 * Filter the author bio avatar size. 53 * 54 * @since Twenty Twelve 1.0 55 * 56 * @param int $size The height and width of the avatar in pixels. 57 */ 52 58 $author_bio_avatar_size = apply_filters( 'twentytwelve_author_bio_avatar_size', 68 ); 53 59 echo get_avatar( get_the_author_meta( 'user_email' ), $author_bio_avatar_size );
Note: See TracChangeset
for help on using the changeset viewer.