Make WordPress Core


Ignore:
Timestamp:
12/07/2019 01:54:43 PM (5 years ago)
Author:
SergeyBiryukov
Message:

Bundled Themes: Correct @since tags to refer to the theme version instead of WordPress version.

This makes @since notations in Twenty Seventeen, Twenty Nineteen, and Twenty Twenty consistent with the previous bundled themes.

See #48303.

File:
1 edited

Legend:

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

    r46446 r46827  
    55 * @package WordPress
    66 * @subpackage Twenty_Twenty
    7  * @since 1.0.0
     7 * @since Twenty Twenty 1.0
    88 */
    99
     
    2424             * Allow child themes and plugins to filter the display of the categories in the entry header.
    2525             *
    26              * @since 1.0.0
     26             * @since Twenty Twenty 1.0
    2727             *
    2828             * @param bool   Whether to show the categories in header, Default true.
Note: See TracChangeset for help on using the changeset viewer.