Make WordPress Core


Ignore:
Timestamp:
07/01/2020 01:50:28 PM (5 years ago)
Author:
SergeyBiryukov
Message:

Docs: Bundled Themes: Correct DocBlock placement for custom header and background argument filters.

See #49572.

File:
1 edited

Legend:

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

    r47122 r48264  
    2121
    2222        <?php
    23             /**
    24             * Allow child themes and plugins to filter the display of the categories in the entry header.
    25             *
    26             * @since Twenty Twenty 1.0
    27             *
    28             * @param bool   Whether to show the categories in header, Default true.
    29             */
     23        /**
     24        * Allow child themes and plugins to filter the display of the categories in the entry header.
     25        *
     26        * @since Twenty Twenty 1.0
     27        *
     28        * @param bool   Whether to show the categories in header, Default true.
     29        */
    3030        $show_categories = apply_filters( 'twentytwenty_show_categories_in_entry_header', true );
    3131
Note: See TracChangeset for help on using the changeset viewer.