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/classes/class-twentytwenty-customize.php

    r46813 r46827  
    55 * @package WordPress
    66 * @subpackage Twenty_Twenty
    7  * @since 1.0.0
     7 * @since Twenty Twenty 1.0
    88 */
    99
     
    135135             * for other colors calculated based on the selected hue and various background-colors on the page.
    136136             *
    137              * @since 1.0.0
     137             * @since Twenty Twenty 1.0
    138138             */
    139139
     
    415415         * @static
    416416         * @access public
    417          * @since 1.0.0
     417         * @since Twenty Twenty 1.0
    418418         * @param array $value The value we want to sanitize.
    419419         * @return array       Returns sanitized value. Each item in the array gets sanitized separately.
Note: See TracChangeset for help on using the changeset viewer.