Make WordPress Core

Changeset 49826


Ignore:
Timestamp:
12/17/2020 02:55:37 PM (4 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.

Location:
trunk/src/wp-content/themes/twentytwentyone
Files:
51 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/wp-content/themes/twentytwentyone/404.php

    r49216 r49826  
    77 * @package WordPress
    88 * @subpackage Twenty_Twenty_One
    9  * @since 1.0.0
     9 * @since Twenty Twenty-One 1.0
    1010 */
    1111
  • trunk/src/wp-content/themes/twentytwentyone/archive.php

    r49330 r49826  
    77 * @package WordPress
    88 * @subpackage Twenty_Twenty_One
    9  * @since 1.0.0
     9 * @since Twenty Twenty-One 1.0
    1010 */
    1111
  • trunk/src/wp-content/themes/twentytwentyone/assets/js/editor-dark-mode-support.js

    r49633 r49826  
    1111 * Wait for the editor to load by periodically checking for an element, then we add the classes.
    1212 *
    13  * @since 1.0.0
     13 * @since Twenty Twenty-One 1.0
    1414 *
    1515 * @param {number} attempt Track the number of tries
  • trunk/src/wp-content/themes/twentytwentyone/assets/js/primary-navigation.js

    r49726 r49826  
    1010 * @param {Element} el - The element.
    1111 * @param {boolean} withListeners - Whether we want to add/remove listeners or not.
    12  * @since 1.0.0
     12 * @since Twenty Twenty-One 1.0
    1313 */
    1414function twentytwentyoneToggleAriaExpanded( el, withListeners ) {
  • trunk/src/wp-content/themes/twentytwentyone/assets/js/responsive-embeds.js

    r49320 r49826  
    88 * Add max-width & max-height to <iframe> elements, depending on their width & height props.
    99 *
    10  * @since 1.0.0
     10 * @since Twenty Twenty-One 1.0
    1111 *
    1212 * @return {void}
  • trunk/src/wp-content/themes/twentytwentyone/classes/class-twenty-twenty-one-custom-colors.php

    r49726 r49826  
    55 * @package WordPress
    66 * @subpackage Twenty_Twenty_One
    7  * @since 1.0.0
     7 * @since Twenty Twenty-One 1.0
    88 */
    99
     
    1818     * @access public
    1919     *
    20      * @since 1.0.0
     20     * @since Twenty Twenty-One 1.0
    2121     */
    2222    public function __construct() {
     
    3939     * @param string $background_color The background color.
    4040     *
    41      * @since 1.0.0
     41     * @since Twenty Twenty-One 1.0
    4242     *
    4343     * @return string (hex color)
     
    5656     * @access public
    5757     *
    58      * @since 1.0.0
     58     * @since Twenty Twenty-One 1.0
    5959     *
    6060     * @param string|null $context Can be "editor" or null.
     
    9090     * @access public
    9191     *
    92      * @since 1.0.0
     92     * @since Twenty Twenty-One 1.0
    9393     *
    9494     * @return void
     
    105105     * @access public
    106106     *
    107      * @since 1.0.0
     107     * @since Twenty Twenty-One 1.0
    108108     *
    109109     * @return void
     
    130130     * @access public
    131131     *
    132      * @since 1.0.0
     132     * @since Twenty Twenty-One 1.0
    133133     *
    134134     * @param string $hex The HEX color.
     
    161161     * @access public
    162162     *
    163      * @since 1.0.0
     163     * @since Twenty Twenty-One 1.0
    164164     *
    165165     * @param array $classes The existing body classes.
  • trunk/src/wp-content/themes/twentytwentyone/classes/class-twenty-twenty-one-customize-color-control.php

    r49216 r49826  
    55 * @package WordPress
    66 * @subpackage Twenty_Twenty_One
    7  * @since 1.0.0
     7 * @since Twenty Twenty-One 1.0
    88 */
    99
     
    1111 * Customize Color Control class.
    1212 *
    13  * @since 1.0.0
     13 * @since Twenty Twenty-One 1.0
    1414 *
    1515 * @see WP_Customize_Control
     
    1919     * The control type.
    2020     *
    21      * @since 1.0.0
     21     * @since Twenty Twenty-One 1.0
    2222     *
    2323     * @var string
     
    3030     * @access public
    3131     *
    32      * @since 1.0.0
     32     * @since Twenty Twenty-One 1.0
    3333     *
    3434     * @var array
     
    4141     * @access public
    4242     *
    43      * @since 1.0.0
     43     * @since Twenty Twenty-One 1.0
    4444     *
    4545     * @return void
     
    6363     * @access public
    6464     *
    65      * @since 1.0.0
     65     * @since Twenty Twenty-One 1.0
    6666     *
    6767     * @uses WP_Customize_Control::to_json()
  • trunk/src/wp-content/themes/twentytwentyone/classes/class-twenty-twenty-one-customize-notice-control.php

    r49798 r49826  
    55 * @package WordPress
    66 * @subpackage Twenty_Twenty_One
    7  * @since 1.0.0
     7 * @since Twenty Twenty-One 1.0
    88 */
    99
     
    1111 * Customize Notice Control class.
    1212 *
    13  * @since 1.0.0
     13 * @since Twenty Twenty-One 1.0
    1414 *
    1515 * @see WP_Customize_Control
     
    1919     * The control type.
    2020     *
    21      * @since 1.0.0
     21     * @since Twenty Twenty-One 1.0
    2222     *
    2323     * @var string
     
    3232     * @access public
    3333     *
    34      * @since 1.0.0
     34     * @since Twenty Twenty-One 1.0
    3535     *
    3636     * @return void
  • trunk/src/wp-content/themes/twentytwentyone/classes/class-twenty-twenty-one-customize.php

    r49578 r49826  
    55 * @package WordPress
    66 * @subpackage Twenty_Twenty_One
    7  * @since 1.0.0
     7 * @since Twenty Twenty-One 1.0
    88 */
    99
     
    1212     * Customizer Settings.
    1313     *
    14      * @since 1.0.0
     14     * @since Twenty Twenty-One 1.0
    1515     */
    1616    class Twenty_Twenty_One_Customize {
     
    2121         * @access public
    2222         *
    23          * @since 1.0.0
     23         * @since Twenty Twenty-One 1.0
    2424         */
    2525        public function __construct() {
     
    3232         * @access public
    3333         *
    34          * @since 1.0.0
     34         * @since Twenty Twenty-One 1.0
    3535         *
    3636         * @param WP_Customize_Manager $wp_customize Theme Customizer object.
     
    154154         * @access public
    155155         *
    156          * @since 1.0.0
     156         * @since Twenty Twenty-One 1.0
    157157         *
    158158         * @param bool $checked Whether or not a box is checked.
     
    169169         * @access public
    170170         *
    171          * @since 1.0.0
     171         * @since Twenty Twenty-One 1.0
    172172         *
    173173         * @return void
     
    182182         * @access public
    183183         *
    184          * @since 1.0.0
     184         * @since Twenty Twenty-One 1.0
    185185         *
    186186         * @return void
  • trunk/src/wp-content/themes/twentytwentyone/classes/class-twenty-twenty-one-dark-mode.php

    r49798 r49826  
    55 * @package WordPress
    66 * @subpackage Twenty_Twenty_One
    7  * @since 1.0.0
     7 * @since Twenty Twenty-One 1.0
    88 */
    99
     
    1818     * @access public
    1919     *
    20      * @since 1.0.0
     20     * @since Twenty Twenty-One 1.0
    2121     */
    2222    public function __construct() {
     
    5252     * @access public
    5353     *
    54      * @since 1.0.0
     54     * @since Twenty Twenty-One 1.0
    5555     *
    5656     * @return void
     
    9191     * @access public
    9292     *
    93      * @since 1.0.0
     93     * @since Twenty Twenty-One 1.0
    9494     *
    9595     * @return void
     
    111111     * @access public
    112112     *
    113      * @since 1.0.0
     113     * @since Twenty Twenty-One 1.0
    114114     *
    115115     * @return void
     
    133133     * @access public
    134134     *
    135      * @since 1.0.0
     135     * @since Twenty Twenty-One 1.0
    136136     *
    137137     * @param WP_Customize_Manager $wp_customize Theme Customizer object.
     
    225225     * @access public
    226226     *
    227      * @since 1.0.0
     227     * @since Twenty Twenty-One 1.0
    228228     *
    229229     * @param string $classes The classes for <html> element.
     
    250250     * @access public
    251251     *
    252      * @since 1.0.0
     252     * @since Twenty Twenty-One 1.0
    253253     *
    254254     * @param string $classes The admin body-classes.
     
    283283     * @access public
    284284     *
    285      * @since 1.0.0
     285     * @since Twenty Twenty-One 1.0
    286286     *
    287287     * @return bool
     
    301301     * @access public
    302302     *
    303      * @since 1.0.0
     303     * @since Twenty Twenty-One 1.0
    304304     *
    305305     * @return void
     
    320320     * @access public
    321321     *
    322      * @since 1.0.0
     322     * @since Twenty Twenty-One 1.0
    323323     *
    324324     * @param array $attrs The attributes to add to our <button> element.
     
    381381     * @access public
    382382     *
    383      * @since 1.0.0
     383     * @since Twenty Twenty-One 1.0
    384384     *
    385385     * @return void
     
    396396     * @access public
    397397     *
    398      * @since 1.0.0
     398     * @since Twenty Twenty-One 1.0
    399399     *
    400400     * @return void
  • trunk/src/wp-content/themes/twentytwentyone/classes/class-twenty-twenty-one-svg-icons.php

    r49247 r49826  
    55 * @package WordPress
    66 * @subpackage Twenty_Twenty_One
    7  * @since 1.0.0
     7 * @since Twenty Twenty-One 1.0
    88 */
    99
     
    1818 * to only specify a `$size` parameter in the svg methods.
    1919 *
    20  * @since 1.0.0
     20 * @since Twenty Twenty-One 1.0
    2121 */
    2222class Twenty_Twenty_One_SVG_Icons {
     
    2727     * @access protected
    2828     *
    29      * @since 1.0.0
     29     * @since Twenty Twenty-One 1.0
    3030     *
    3131     * @var array
     
    4545     * @access protected
    4646     *
    47      * @since 1.0.0
     47     * @since Twenty Twenty-One 1.0
    4848     *
    4949     * @var array
     
    9696     * specify all the domains it covers (including the .com TLD too, if applicable).
    9797     *
    98      * @since 1.0.0
     98     * @since Twenty Twenty-One 1.0
    9999     *
    100100     * @var array
     
    151151     * @access public
    152152     *
    153      * @since 1.0.0
     153     * @since Twenty Twenty-One 1.0
    154154     *
    155155     * @param string $group the icon group.
     
    175175         * the name of the group of icons, either "ui" or "social".
    176176         *
    177          * @since 1.0.0
     177         * @since Twenty Twenty-One 1.0
    178178         *
    179179         * @param array $arr Array of icons.
     
    199199     * @access public
    200200     *
    201      * @since 1.0.0
     201     * @since Twenty Twenty-One 1.0
    202202     *
    203203     * @param string $uri Social link.
     
    218218             * specify all the domains it covers (including the .com TLD too, if applicable).
    219219             *
    220              * @since 1.0.0
     220             * @since Twenty Twenty-One 1.0
    221221             *
    222222             * @param array $social_icons_map Array of default social icons.
     
    227227             * Filters Twenty Twenty-One's array of social icons.
    228228             *
    229              * @since 1.0.0
     229             * @since Twenty Twenty-One 1.0
    230230             *
    231231             * @param array $social_icons Array of default social icons.
  • trunk/src/wp-content/themes/twentytwentyone/comments.php

    r49578 r49826  
    1010 * @package WordPress
    1111 * @subpackage Twenty_Twenty_One
    12  * @since 1.0.0
     12 * @since Twenty Twenty-One 1.0
    1313 */
    1414
  • trunk/src/wp-content/themes/twentytwentyone/footer.php

    r49762 r49826  
    99 * @package WordPress
    1010 * @subpackage Twenty_Twenty_One
    11  * @since 1.0.0
     11 * @since Twenty Twenty-One 1.0
    1212 */
    1313
  • trunk/src/wp-content/themes/twentytwentyone/functions.php

    r49726 r49826  
    77 * @package WordPress
    88 * @subpackage Twenty_Twenty_One
    9  * @since 1.0.0
     9 * @since Twenty Twenty-One 1.0
    1010 */
    1111
     
    2323     * as indicating support for post thumbnails.
    2424     *
    25      * @since 1.0.0
     25     * @since Twenty Twenty-One 1.0
    2626     *
    2727     * @return void
     
    346346 * Register widget area.
    347347 *
    348  * @since 1.0.0
     348 * @since Twenty Twenty-One 1.0
    349349 *
    350350 * @link https://developer.wordpress.org/themes/functionality/sidebars/#registering-a-sidebar
     
    373373 * Priority 0 to make it available to lower priority callbacks.
    374374 *
    375  * @since 1.0.0
     375 * @since Twenty Twenty-One 1.0
    376376 *
    377377 * @global int $content_width Content width.
     
    390390 * Enqueue scripts and styles.
    391391 *
    392  * @since 1.0.0
     392 * @since Twenty Twenty-One 1.0
    393393 *
    394394 * @return void
     
    450450 * Enqueue block editor script.
    451451 *
    452  * @since 1.0.0
     452 * @since Twenty Twenty-One 1.0
    453453 *
    454454 * @return void
     
    489489/** Enqueue non-latin language styles
    490490 *
    491  * @since 1.0.0
     491 * @since Twenty Twenty-One 1.0
    492492 *
    493493 * @return void
     
    535535 * Enqueue scripts for the customizer preview.
    536536 *
    537  * @since 1.0.0
     537 * @since Twenty Twenty-One 1.0
    538538 *
    539539 * @return void
     
    561561 * Enqueue scripts for the customizer.
    562562 *
    563  * @since 1.0.0
     563 * @since Twenty Twenty-One 1.0
    564564 *
    565565 * @return void
     
    580580 * Calculate classes for the main <html> element.
    581581 *
    582  * @since 1.0.0
     582 * @since Twenty Twenty-One 1.0
    583583 *
    584584 * @return void
     
    595595 * Add "is-IE" class to body if the user is on Internet Explorer.
    596596 *
    597  * @since 1.0.0
     597 * @since Twenty Twenty-One 1.0
    598598 *
    599599 * @return void
  • trunk/src/wp-content/themes/twentytwentyone/header.php

    r49759 r49826  
    99 * @package WordPress
    1010 * @subpackage Twenty_Twenty_One
    11  * @since 1.0.0
     11 * @since Twenty Twenty-One 1.0
    1212 */
    1313
  • trunk/src/wp-content/themes/twentytwentyone/image.php

    r49761 r49826  
    55 * @package WordPress
    66 * @subpackage Twenty_Twenty_One
    7  * @since 1.0.0
     7 * @since Twenty Twenty-One 1.0
    88 */
    99
  • trunk/src/wp-content/themes/twentytwentyone/inc/back-compat.php

    r49247 r49826  
    99 * @package WordPress
    1010 * @subpackage Twenty_Twenty_One
    11  * @since 1.0.0
     11 * @since Twenty Twenty-One 1.0
    1212 */
    1313
     
    1515 * Display upgrade notice on theme switch.
    1616 *
    17  * @since 1.0.0
     17 * @since Twenty Twenty-One 1.0
    1818 *
    1919 * @return void
     
    3030 * the theme on WordPress versions prior to 5.3.
    3131 *
    32  * @since 1.0.0
     32 * @since Twenty Twenty-One 1.0
    3333 *
    3434 * @global string $wp_version WordPress version.
     
    4949 * Prevents the Customizer from being loaded on WordPress versions prior to 5.3.
    5050 *
    51  * @since 1.0.0
     51 * @since Twenty Twenty-One 1.0
    5252 *
    5353 * @global string $wp_version WordPress version.
     
    7373 * Prevents the Theme Preview from being loaded on WordPress versions prior to 5.3.
    7474 *
    75  * @since 1.0.0
     75 * @since Twenty Twenty-One 1.0
    7676 *
    7777 * @global string $wp_version WordPress version.
  • trunk/src/wp-content/themes/twentytwentyone/inc/block-patterns.php

    r49726 r49826  
    88 * @package WordPress
    99 * @subpackage Twenty_Twenty_One
    10  * @since 1.0.0
     10 * @since Twenty Twenty-One 1.0
    1111 */
    1212
  • 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
  • trunk/src/wp-content/themes/twentytwentyone/inc/custom-css.php

    r49247 r49826  
    55 * @package WordPress
    66 * @subpackage Twenty_Twenty_One
    7  * @since 1.0.0
     7 * @since Twenty Twenty-One 1.0
    88 */
    99
     
    1111 * Generate CSS.
    1212 *
    13  * @since 1.0.0
     13 * @since Twenty Twenty-One 1.0
    1414 *
    1515 * @param string $selector The CSS selector.
  • trunk/src/wp-content/themes/twentytwentyone/inc/menu-functions.php

    r49578 r49826  
    1010 * @package WordPress
    1111 * @subpackage Twenty_Twenty_One
    12  * @since 1.0.0
     12 * @since Twenty Twenty-One 1.0
    1313 */
    1414
     
    1717 * An icon is added using CSS depending on the value of aria-expanded.
    1818 *
    19  * @since 1.0.0
     19 * @since Twenty Twenty-One 1.0
    2020 *
    2121 * @param string $output Nav menu item start element.
     
    4343 * Detects the social network from a URL and returns the SVG code for its icon.
    4444 *
    45  * @since 1.0.0
     45 * @since Twenty Twenty-One 1.0
    4646 *
    4747 * @param string $uri Social link.
     
    8080 * Filters the arguments for a single nav menu item.
    8181 *
    82  * @since 1.0.0
     82 * @since Twenty Twenty-One 1.0
    8383 *
    8484 * @param stdClass $args  An object of wp_nav_menu() arguments.
  • trunk/src/wp-content/themes/twentytwentyone/inc/starter-content.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
     
    1515 * Passes it through the `twentytwenty_starter_content` filter before returning.
    1616 *
    17  * @since 1.0.0
     17 * @since Twenty Twenty-One 1.0
    1818 *
    1919 * @return array A filtered array of args for the starter_content.
     
    177177     * Filters the array of starter content.
    178178     *
    179      * @since 1.0.0
     179     * @since Twenty Twenty-One 1.0
    180180     *
    181181     * @param array $starter_content Array of starter content.
  • trunk/src/wp-content/themes/twentytwentyone/inc/template-functions.php

    r49574 r49826  
    55 * @package WordPress
    66 * @subpackage Twenty_Twenty_One
    7  * @since 1.0.0
     7 * @since Twenty Twenty-One 1.0
    88 */
    99
     
    1111 * Adds custom classes to the array of body classes.
    1212 *
    13  * @since 1.0.0
     13 * @since Twenty Twenty-One 1.0
    1414 *
    1515 * @param array $classes Classes for the body element.
     
    4242 * Adds custom class to the array of posts classes.
    4343 *
    44  * @since 1.0.0
     44 * @since Twenty Twenty-One 1.0
    4545 *
    4646 * @param array $classes An array of CSS classes.
     
    5858 * Add a pingback url auto-discovery header for single posts, pages, or attachments.
    5959 *
    60  * @since 1.0.0
     60 * @since Twenty Twenty-One 1.0
    6161 *
    6262 * @return void
     
    7272 * Remove the `no-js` class from body if JS is supported.
    7373 *
    74  * @since 1.0.0
     74 * @since Twenty Twenty-One 1.0
    7575 *
    7676 * @return void
     
    8484 * Changes comment form default fields.
    8585 *
    86  * @since 1.0.0
     86 * @since Twenty Twenty-One 1.0
    8787 *
    8888 * @param array $defaults The form defaults.
     
    102102 * Determines if post thumbnail can be displayed.
    103103 *
    104  * @since 1.0.0
     104 * @since Twenty Twenty-One 1.0
    105105 *
    106106 * @return bool
     
    116116 * Returns the size for avatars used in the theme.
    117117 *
    118  * @since 1.0.0
     118 * @since Twenty Twenty-One 1.0
    119119 *
    120120 * @return int
     
    165165     * Add a title to posts and pages that are missing titles.
    166166     *
    167      * @since 1.0.0
     167     * @since Twenty Twenty-One 1.0
    168168     *
    169169     * @param string $title The title.
     
    180180 * Gets the SVG code for a given icon.
    181181 *
    182  * @since 1.0.0
     182 * @since Twenty Twenty-One 1.0
    183183 *
    184184 * @param string $group The icon group.
     
    324324 * Print the first instance of a block in the content, and then break away.
    325325 *
    326  * @since 1.0.0
     326 * @since Twenty Twenty-One 1.0
    327327 *
    328328 * @param string      $block_name The full block type name, or a partial match.
     
    387387 * Retrieve protected post password form content.
    388388 *
    389  * @since 1.0.0
     389 * @since Twenty Twenty-One 1.0
    390390 *
    391391 * @param int|WP_Post $post Optional. Post ID or WP_Post object. Default is global $post.
     
    406406 * Filters the list of attachment image attributes.
    407407 *
    408  * @since 1.0.0
     408 * @since Twenty Twenty-One 1.0
    409409 *
    410410 * @param array        $attr       Array of attribute values for the image markup, keyed by attribute name.
  • trunk/src/wp-content/themes/twentytwentyone/inc/template-tags.php

    r49726 r49826  
    55 * @package WordPress
    66 * @subpackage Twenty_Twenty_One
    7  * @since 1.0.0
     7 * @since Twenty Twenty-One 1.0
    88 */
    99
     
    1212     * Prints HTML with meta information for the current post-date/time.
    1313     *
    14      * @since 1.0.0
     14     * @since Twenty Twenty-One 1.0
    1515     *
    1616     * @return void
     
    3838     * Prints HTML with meta information about theme author.
    3939     *
    40      * @since 1.0.0
     40     * @since Twenty Twenty-One 1.0
    4141     *
    4242     * @return void
     
    6060     * Footer entry meta is displayed differently in archives and single posts.
    6161     *
    62      * @since 1.0.0
     62     * @since Twenty Twenty-One 1.0
    6363     *
    6464     * @return void
     
    177177     * element when on single views.
    178178     *
    179      * @since 1.0.0
     179     * @since Twenty Twenty-One 1.0
    180180     *
    181181     * @return void
     
    219219     * Print the next and previous posts navigation.
    220220     *
    221      * @since 1.0.0
     221     * @since Twenty Twenty-One 1.0
    222222     *
    223223     * @return void
  • trunk/src/wp-content/themes/twentytwentyone/index.php

    r49216 r49826  
    1212 * @package WordPress
    1313 * @subpackage Twenty_Twenty_One
    14  * @since 1.0.0
     14 * @since Twenty Twenty-One 1.0
    1515 */
    1616
  • trunk/src/wp-content/themes/twentytwentyone/page.php

    r49247 r49826  
    77 * @package WordPress
    88 * @subpackage Twenty_Twenty_One
    9  * @since 1.0.0
     9 * @since Twenty Twenty-One 1.0
    1010 */
    1111
  • trunk/src/wp-content/themes/twentytwentyone/search.php

    r49216 r49826  
    77 * @package WordPress
    88 * @subpackage Twenty_Twenty_One
    9  * @since 1.0.0
     9 * @since Twenty Twenty-One 1.0
    1010 */
    1111
  • trunk/src/wp-content/themes/twentytwentyone/searchform.php

    r49320 r49826  
    1010 * @package WordPress
    1111 * @subpackage Twenty_Twenty_One
    12  * @since 1.0.0
     12 * @since Twenty Twenty-One 1.0
    1313 */
    1414
  • trunk/src/wp-content/themes/twentytwentyone/single.php

    r49795 r49826  
    77 * @package WordPress
    88 * @subpackage Twenty_Twenty_One
    9  * @since 1.0.0
     9 * @since Twenty Twenty-One 1.0
    1010 */
    1111
  • trunk/src/wp-content/themes/twentytwentyone/template-parts/content/content-excerpt.php

    r49216 r49826  
    77 * @package WordPress
    88 * @subpackage Twenty_Twenty_One
    9  * @since 1.0.0
     9 * @since Twenty Twenty-One 1.0
    1010 */
    1111
  • trunk/src/wp-content/themes/twentytwentyone/template-parts/content/content-none.php

    r49574 r49826  
    77 * @package WordPress
    88 * @subpackage Twenty_Twenty_One
    9  * @since 1.0.0
     9 * @since Twenty Twenty-One 1.0
    1010 */
    1111
  • trunk/src/wp-content/themes/twentytwentyone/template-parts/content/content-page.php

    r49247 r49826  
    77 * @package WordPress
    88 * @subpackage Twenty_Twenty_One
    9  * @since 1.0.0
     9 * @since Twenty Twenty-One 1.0
    1010 */
    1111
  • trunk/src/wp-content/themes/twentytwentyone/template-parts/content/content-single.php

    r49761 r49826  
    77 * @package WordPress
    88 * @subpackage Twenty_Twenty_One
    9  * @since 1.0.0
     9 * @since Twenty Twenty-One 1.0
    1010 */
    1111
  • trunk/src/wp-content/themes/twentytwentyone/template-parts/content/content.php

    r49761 r49826  
    77 * @package WordPress
    88 * @subpackage Twenty_Twenty_One
    9  * @since 1.0.0
     9 * @since Twenty Twenty-One 1.0
    1010 */
    1111
  • trunk/src/wp-content/themes/twentytwentyone/template-parts/excerpt/excerpt-aside.php

    r49216 r49826  
    77 * @package WordPress
    88 * @subpackage Twenty_Twenty_One
    9  * @since 1.0.0
     9 * @since Twenty Twenty-One 1.0
    1010 */
    1111
  • trunk/src/wp-content/themes/twentytwentyone/template-parts/excerpt/excerpt-audio.php

    r49216 r49826  
    77 * @package WordPress
    88 * @subpackage Twenty_Twenty_One
    9  * @since 1.0.0
     9 * @since Twenty Twenty-One 1.0
    1010 */
    1111
  • trunk/src/wp-content/themes/twentytwentyone/template-parts/excerpt/excerpt-chat.php

    r49247 r49826  
    77 * @package WordPress
    88 * @subpackage Twenty_Twenty_One
    9  * @since 1.0.0
     9 * @since Twenty Twenty-One 1.0
    1010 */
    1111
  • trunk/src/wp-content/themes/twentytwentyone/template-parts/excerpt/excerpt-gallery.php

    r49247 r49826  
    77 * @package WordPress
    88 * @subpackage Twenty_Twenty_One
    9  * @since 1.0.0
     9 * @since Twenty Twenty-One 1.0
    1010 */
    1111
  • trunk/src/wp-content/themes/twentytwentyone/template-parts/excerpt/excerpt-image.php

    r49247 r49826  
    77 * @package WordPress
    88 * @subpackage Twenty_Twenty_One
    9  * @since 1.0.0
     9 * @since Twenty Twenty-One 1.0
    1010 */
    1111
  • trunk/src/wp-content/themes/twentytwentyone/template-parts/excerpt/excerpt-link.php

    r49216 r49826  
    77 * @package WordPress
    88 * @subpackage Twenty_Twenty_One
    9  * @since 1.0.0
     9 * @since Twenty Twenty-One 1.0
    1010 */
    1111
  • trunk/src/wp-content/themes/twentytwentyone/template-parts/excerpt/excerpt-quote.php

    r49216 r49826  
    77 * @package WordPress
    88 * @subpackage Twenty_Twenty_One
    9  * @since 1.0.0
     9 * @since Twenty Twenty-One 1.0
    1010 */
    1111
  • trunk/src/wp-content/themes/twentytwentyone/template-parts/excerpt/excerpt-status.php

    r49216 r49826  
    77 * @package WordPress
    88 * @subpackage Twenty_Twenty_One
    9  * @since 1.0.0
     9 * @since Twenty Twenty-One 1.0
    1010 */
    1111
  • trunk/src/wp-content/themes/twentytwentyone/template-parts/excerpt/excerpt-video.php

    r49216 r49826  
    77 * @package WordPress
    88 * @subpackage Twenty_Twenty_One
    9  * @since 1.0.0
     9 * @since Twenty Twenty-One 1.0
    1010 */
    1111
  • trunk/src/wp-content/themes/twentytwentyone/template-parts/excerpt/excerpt.php

    r49216 r49826  
    77 * @package WordPress
    88 * @subpackage Twenty_Twenty_One
    9  * @since 1.0.0
     9 * @since Twenty Twenty-One 1.0
    1010 */
    1111
  • trunk/src/wp-content/themes/twentytwentyone/template-parts/footer/footer-widgets.php

    r49216 r49826  
    55 * @package WordPress
    66 * @subpackage Twenty_Twenty_One
    7  * @since 1.0.0
     7 * @since Twenty Twenty-One 1.0
    88 */
    99
  • trunk/src/wp-content/themes/twentytwentyone/template-parts/header/entry-header.php

    r49216 r49826  
    55 * @package WordPress
    66 * @subpackage Twenty_Twenty_One
    7  * @since 1.0.0
     7 * @since Twenty Twenty-One 1.0
    88 */
    99
  • trunk/src/wp-content/themes/twentytwentyone/template-parts/header/excerpt-header.php

    r49216 r49826  
    55 * @package WordPress
    66 * @subpackage Twenty_Twenty_One
    7  * @since 1.0.0
     7 * @since Twenty Twenty-One 1.0
    88 */
    99
  • trunk/src/wp-content/themes/twentytwentyone/template-parts/header/site-branding.php

    r49216 r49826  
    55 * @package WordPress
    66 * @subpackage Twenty_Twenty_One
    7  * @since 1.0.0
     7 * @since Twenty Twenty-One 1.0
    88 */
    99
  • trunk/src/wp-content/themes/twentytwentyone/template-parts/header/site-header.php

    r49478 r49826  
    55 * @package WordPress
    66 * @subpackage Twenty_Twenty_One
    7  * @since 1.0.0
     7 * @since Twenty Twenty-One 1.0
    88 */
    99
  • trunk/src/wp-content/themes/twentytwentyone/template-parts/header/site-nav.php

    r49578 r49826  
    55 * @package WordPress
    66 * @subpackage Twenty_Twenty_One
    7  * @since 1.0.0
     7 * @since Twenty Twenty-One 1.0
    88 */
    99
  • trunk/src/wp-content/themes/twentytwentyone/template-parts/post/author-bio.php

    r49216 r49826  
    55 * @package WordPress
    66 * @subpackage Twenty_Twenty_One
    7  * @since 1.0.0
     7 * @since Twenty Twenty-One 1.0
    88 */
    99
Note: See TracChangeset for help on using the changeset viewer.