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:
parent
73b9d96f77
commit
378246f1dc
|
@ -373,6 +373,8 @@ class WP_Theme_JSON_Resolver {
|
||||||
/**
|
/**
|
||||||
* When given an array, this will remove any keys with the name `//`.
|
* When given an array, this will remove any keys with the name `//`.
|
||||||
*
|
*
|
||||||
|
* @since 6.1.0
|
||||||
|
*
|
||||||
* @param array $input_array The array to filter.
|
* @param array $input_array The array to filter.
|
||||||
* @return array The filtered array.
|
* @return array The filtered array.
|
||||||
*/
|
*/
|
||||||
|
|
|
@ -16,7 +16,7 @@
|
||||||
*
|
*
|
||||||
* @global string $wp_version
|
* @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.
|
* Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.
|
||||||
|
|
Loading…
Reference in New Issue