Make WordPress Core

Changeset 55349


Ignore:
Timestamp:
02/15/2023 10:54:41 PM (2 years ago)
Author:
audrasjb
Message:

Docs: Use correct 6.2.0 @since version in multiple docblocks.

Props kebbet, audrasjb, mukesh27.
See #56792.

Location:
trunk
Files:
5 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/wp-includes/class-wp-textdomain-registry.php

    r55302 r55349  
    6060     * Holds a cached list of domains with translations to improve performance.
    6161     *
    62      * @since 6.1.2
     62     * @since 6.2.0
    6363     *
    6464     * @var string[]
     
    138138     * Returns possible language directory paths for a given text domain.
    139139     *
    140      * @since 6.1.2
     140     * @since 6.2.0
    141141     *
    142142     * @param string $domain Text domain.
  • trunk/src/wp-includes/class-wp-theme-json.php

    r55345 r55349  
    273273     * property is used to validate whether or not a style value is allowed.
    274274     *
    275      * @since 6.1.2
     275     * @since 6.2.0
     276     *
    276277     * @var array
    277278     */
     
    30373038     * sets in the given output node.
    30383039     *
    3039      * @since 6.1.2
     3040     * @since 6.2.0
    30403041     *
    30413042     * @param array $input  Node to process.
  • trunk/src/wp-includes/nav-menu-template.php

    r55059 r55349  
    650650 * @see https://core.trac.wordpress.org/ticket/56926.
    651651 *
    652  * @since 6.1.2
     652 * @since 6.2.0
    653653 *
    654654 * @param string[]       $classes   Array of the CSS classes that are applied to the menu item's `<li>` element.
  • trunk/src/wp-includes/nav-menu.php

    r54973 r55349  
    12861286 * For use before saving `_menu_item_menu_item_parent` in nav-menus.php.
    12871287 *
    1288  * @since 6.1.2
     1288 * @since 6.2.0
    12891289 * @access private
    12901290 *
  • trunk/tests/phpunit/tests/query/cacheResults.php

    r54894 r55349  
    12831283     * Ensure lazy loading term meta queries all term meta in a single query.
    12841284     *
    1285      * @since 6.1.2
     1285     * @since 6.2.0
     1286     *
    12861287     * @ticket 57163
    12871288     * @ticket 22176
Note: See TracChangeset for help on using the changeset viewer.