Make WordPress Core

Changeset 61060


Ignore:
Timestamp:
10/24/2025 11:28:11 PM (3 weeks ago)
Author:
SergeyBiryukov
Message:

Twenty Sixteen: Document the twentysixteen_author_avatar_size filter.

Follow-up to [40851].

Props pmbaldha, sabernhardt.
Fixes #63647.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/wp-content/themes/twentysixteen/inc/template-tags.php

    r60527 r61060  
    2020    function twentysixteen_entry_meta() {
    2121        if ( 'post' === get_post_type() ) {
     22            /**
     23             * Filters the Twenty Sixteen entry meta avatar size.
     24             *
     25             * @since Twenty Sixteen 1.0
     26             *
     27             * @param int $size The avatar height and width size in pixels.
     28             */
    2229            $author_avatar_size = apply_filters( 'twentysixteen_author_avatar_size', 49 );
    2330            printf(
Note: See TracChangeset for help on using the changeset viewer.