Make WordPress Core


Ignore:
Timestamp:
07/03/2021 09:13:48 AM (3 years ago)
Author:
SergeyBiryukov
Message:

Twenty Twenty: Add missing documentation for some filters.

Add missing @since tags for some functions.

Correct alignment of some @param tags.

Follow-up to [46271], [46278], [51304].

See #52628, #53461.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/wp-content/themes/twentytwenty/template-parts/entry-header.php

    r48264 r51322  
    2626         * @since Twenty Twenty 1.0
    2727         *
    28          * @param bool   Whether to show the categories in header, Default true.
     28         * @param bool Whether to show the categories in header. Default true.
    2929         */
    3030        $show_categories = apply_filters( 'twentytwenty_show_categories_in_entry_header', true );
Note: See TracChangeset for help on using the changeset viewer.