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