Make WordPress Core


Ignore:
Timestamp:
12/17/2020 02:55:37 PM (6 years ago)
Author:
desrosj
Message:

Twenty Twenty-One: Correct @since inline documentation tags.

Previously, 1.0.0 was used for the version. This is inconsistent with the versioning used in the other default themes, which use use X.X and not X.X.X.

This change corrects all 1.0.0 occurrences to 1.0, and adds the additional context of Twenty Twenty-One to avoid confusion with WordPress 1.0.

Props SergeyBiryukov, poena.
Fixes #51958.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/wp-content/themes/twentytwentyone/inc/block-styles.php

    r49578 r49826  
    77 * @package WordPress
    88 * @subpackage Twenty_Twenty_One
    9  * @since 1.0.0
     9 * @since Twenty Twenty-One 1.0
    1010 */
    1111
     
    1414         * Register block styles.
    1515         *
    16          * @since 1.0.0
     16         * @since Twenty Twenty-One 1.0
    1717         *
    1818         * @return void
Note: See TracChangeset for help on using the changeset viewer.