Filters the Twenty Eleven status avatar size.
intwp-content/themes/twentyeleven/content-status.php:44file scope * Filters the Twenty Eleven status avatar size. * * @since Twenty Eleven 1.0 * * @param int The height and width avatar dimensions in pixels. Default 65. */ echo get_avatar( get_the_author_meta( 'ID' ), apply_filters( 'twentyeleven_status_avatar', 65 ) ); ?> </div> <?php the_content( __( 'Continue reading <span class="meta-nav">→</span>', 'twentyeleven' ) ); ?> <?php wp_link_pages(Introduced in Twenty Eleven 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