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

    r46701 r46827  
    77 * @package WordPress
    88 * @subpackage Twenty_Twenty
    9  * @since 1.0.0
     9 * @since Twenty Twenty 1.0
    1010 */
    1111
     
    1515 * Passes it through the `twentytwenty_starter_content` filter before returning.
    1616 *
    17  * @since  Twenty Twenty 1.0.0
     17 * @since Twenty Twenty 1.0
    1818 * @return array a filtered array of args for the starter_content.
    1919 */
     
    209209     * Filters Twenty Twenty array of starter content.
    210210     *
    211      * @since Twenty Twenty 1.0.0
     211     * @since Twenty Twenty 1.0
    212212     *
    213213     * @param array $starter_content Array of starter content.
Note: See TracChangeset for help on using the changeset viewer.