diff --git a/wp-includes/class-wp-theme-json-resolver.php b/wp-includes/class-wp-theme-json-resolver.php index cf20a706e5..3ddddb1955 100644 --- a/wp-includes/class-wp-theme-json-resolver.php +++ b/wp-includes/class-wp-theme-json-resolver.php @@ -373,6 +373,8 @@ class WP_Theme_JSON_Resolver { /** * When given an array, this will remove any keys with the name `//`. * + * @since 6.1.0 + * * @param array $input_array The array to filter. * @return array The filtered array. */ diff --git a/wp-includes/version.php b/wp-includes/version.php index 36527c71dd..91e6d5341c 100644 --- a/wp-includes/version.php +++ b/wp-includes/version.php @@ -16,7 +16,7 @@ * * @global string $wp_version */ -$wp_version = '6.2-alpha-55127'; +$wp_version = '6.2-alpha-55128'; /** * Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.