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
This commit is contained in:
Sergey Biryukov 2023-01-24 15:41:15 +00:00
parent 73b9d96f77
commit 378246f1dc
2 changed files with 3 additions and 1 deletions

View File

@ -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.
*/

View File

@ -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.