Filters the Twenty Ten author bio avatar size.
$sizeintwp-content/themes/twentyten/author.php:50file scopewp-content/themes/twentyten/loop-single.php:53file scope * Filters the Twenty Ten author bio avatar size. * * @since Twenty Ten 1.0 * * @param int $size The height and width avatar dimensions in pixels. Default 60. */ $author_bio_avatar_size = apply_filters( 'twentyten_author_bio_avatar_size', 60 ); echo get_avatar( get_the_author_meta( 'user_email' ), $author_bio_avatar_size ); ?> </div><!-- #author-avatar --> <div id="author-description"> <h2> <?phpIntroduced in Twenty Ten 1.0. 2 changes between 6.7.7 and 7.1.0.
Signature, return type and hooks compared across 5 parsed releases.
$size added.verified against source