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

Props kebbet, audrasjb, mukesh27.
See #56792.

Built from https://develop.svn.wordpress.org/trunk@55349


git-svn-id: http://core.svn.wordpress.org/trunk@54882 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
audrasjb 2023-02-15 22:56:20 +00:00
parent b62555410f
commit 0bccdce442
5 changed files with 8 additions and 7 deletions

View File

@ -59,7 +59,7 @@ class WP_Textdomain_Registry {
/**
* Holds a cached list of domains with translations to improve performance.
*
* @since 6.1.2
* @since 6.2.0
*
* @var string[]
*/
@ -137,7 +137,7 @@ class WP_Textdomain_Registry {
/**
* Returns possible language directory paths for a given text domain.
*
* @since 6.1.2
* @since 6.2.0
*
* @param string $domain Text domain.
* @return string[] Array of language directory paths.

View File

@ -272,7 +272,8 @@ class WP_Theme_JSON {
* but are used elsewhere in the processing of global styles. The indirect
* property is used to validate whether or not a style value is allowed.
*
* @since 6.1.2
* @since 6.2.0
*
* @var array
*/
const INDIRECT_PROPERTIES_METADATA = array(
@ -3036,7 +3037,7 @@ class WP_Theme_JSON {
* Removes indirect properties from the given input node and
* sets in the given output node.
*
* @since 6.1.2
* @since 6.2.0
*
* @param array $input Node to process.
* @param array $output The processed node. Passed by reference.

View File

@ -649,7 +649,7 @@ function _nav_menu_item_id_use_once( $id, $item ) {
*
* @see https://core.trac.wordpress.org/ticket/56926.
*
* @since 6.1.2
* @since 6.2.0
*
* @param string[] $classes Array of the CSS classes that are applied to the menu item's `<li>` element.
* @param WP_Post $menu_item The current menu item object.

View File

@ -1285,7 +1285,7 @@ function wp_map_nav_menu_locations( $new_nav_menu_locations, $old_nav_menu_locat
* Resets menu_item_parent to 0 when the parent is set to the item itself.
* For use before saving `_menu_item_menu_item_parent` in nav-menus.php.
*
* @since 6.1.2
* @since 6.2.0
* @access private
*
* @param array $menu_item_data The menu item data array.

View File

@ -16,7 +16,7 @@
*
* @global string $wp_version
*/
$wp_version = '6.2-beta2-55347';
$wp_version = '6.2-beta2-55349';
/**
* Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.