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

Props kebbet, audrasjb, mukesh27.
See #56792.


git-svn-id: https://develop.svn.wordpress.org/trunk@55349 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
Jb Audras
2023-02-15 22:54:41 +00:00
parent 239f73ce40
commit e3c2478ef2
5 changed files with 9 additions and 7 deletions

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.