From 378246f1dc65959e4e75ad7637ba6151b41af526 Mon Sep 17 00:00:00 2001 From: Sergey Biryukov Date: Tue, 24 Jan 2023 15:41:15 +0000 Subject: [PATCH] Docs: Add missing `@since` tag for `WP_Theme_JSON_Resolver::remove_json_comments()`. Follow-up to [54162]. See #56792. Built from https://develop.svn.wordpress.org/trunk@55128 git-svn-id: http://core.svn.wordpress.org/trunk@54661 1a063a9b-81f0-0310-95a4-ce76da25c4cd --- wp-includes/class-wp-theme-json-resolver.php | 2 ++ wp-includes/version.php | 2 +- 2 files changed, 3 insertions(+), 1 deletion(-) 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.