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/content-cover.php

    r46722 r46827  
    55 * @package WordPress
    66 * @subpackage Twenty_Twenty
    7  * @since 1.0.0
     7 * @since Twenty Twenty 1.0
    88 */
    99
     
    5858                             * Allow child themes and plugins to filter the display of the categories in the article header.
    5959                             *
    60                              * @since 1.0.0
     60                             * @since Twenty Twenty 1.0
    6161                             *
    6262                             * @param bool Whether to show the categories in article header, Default true.
Note: See TracChangeset for help on using the changeset viewer.