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/functions.php

    r46722 r46827  
    77 * @package WordPress
    88 * @subpackage Twenty_Twenty
    9  * @since 1.0.0
     9 * @since Twenty Twenty 1.0
    1010 */
    1111
     
    233233/** Enqueue non-latin language styles
    234234 *
    235  * @since 1.0.0
     235 * @since Twenty Twenty 1.0
    236236 *
    237237 * @return void
     
    579579 * Enqueues scripts for customizer controls & settings.
    580580 *
    581  * @since 1.0.0
     581 * @since Twenty Twenty 1.0
    582582 *
    583583 * @return void
     
    602602 * Enqueue scripts for the customizer preview.
    603603 *
    604  * @since 1.0.0
     604 * @since Twenty Twenty 1.0
    605605 *
    606606 * @return void
     
    628628 * Get accessible color for an area.
    629629 *
    630  * @since 1.0.0
     630 * @since Twenty Twenty 1.0
    631631 *
    632632 * @param string $area The area we want to get the colors for.
     
    667667 * Returns an array of variables for the customizer preview.
    668668 *
    669  * @since 1.0.0
     669 * @since Twenty Twenty 1.0
    670670 *
    671671 * @return array
     
    686686 * Get an array of elements.
    687687 *
    688  * @since 1.0
     688 * @since Twenty Twenty 1.0
    689689 *
    690690 * @return array
     
    750750    * Filters Twenty Twenty theme elements
    751751    *
    752     * @since 1.0.0
     752    * @since Twenty Twenty 1.0
    753753    *
    754754    * @param array Array of elements
Note: See TracChangeset for help on using the changeset viewer.