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/template-tags.php

    r46613 r46827  
    55 * @package WordPress
    66 * @subpackage Twenty_Twenty
    7  * @since 1.0.0
     7 * @since Twenty Twenty 1.0
    88 */
    99
     
    107107     * Filters the html for the site description.
    108108     *
    109      * @since 1.0.0
     109     * @since Twenty Twenty 1.0
    110110     *
    111111     * @param string $html         The HTML to display.
     
    238238     * This filter can be used to hide post meta information of post, page or custom post type registerd by child themes or plugins
    239239     *
    240      * @since 1.0.0
     240     * @since Twenty Twenty 1.0
    241241     *
    242242     * @param array Array of post types
     
    258258        * Use this filter to hide post meta information like Author, Post date, Comments, Is sticky status
    259259        *
    260         * @since 1.0.0
     260        * @since Twenty Twenty 1.0
    261261        *
    262262        * @param array $args {
     
    285285        * Use this filter to hide post tags
    286286        *
    287         * @since 1.0.0
     287        * @since Twenty Twenty 1.0
    288288        *
    289289        * @param array $args {
     
    326326                 * Allow output of additional post meta info to be added by child themes and plugins.
    327327                 *
    328                  * @since 1.0.0
     328                 * @since Twenty Twenty 1.0
    329329                 *
    330330                 * @param int   $post_ID Post ID.
     
    449449                 * Allow output of additional post meta info to be added by child themes and plugins.
    450450                 *
    451                  * @since 1.0.0
     451                 * @since Twenty Twenty 1.0
    452452                 *
    453453                 * @param int   $post_ID Post ID.
     
    748748     * Filters the animation duration/speed used usually for submenu toggles.
    749749     *
    750      * @since 1.0
     750     * @since Twenty Twenty 1.0
    751751     *
    752752     * @param integer $duration Duration in milliseconds.
Note: See TracChangeset for help on using the changeset viewer.