Docs: Improve the `@since 5.9.0` note for `WP_Theme_JSON::PRESETS_METADATA`.

Follow-up to [52320], [52401].

See #53399.
Built from https://develop.svn.wordpress.org/trunk@52403


git-svn-id: http://core.svn.wordpress.org/trunk@51995 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
Sergey Biryukov 2021-12-21 10:20:04 +00:00
parent 4939393799
commit e6b9b96130
2 changed files with 3 additions and 3 deletions

View File

@ -101,8 +101,8 @@ class WP_Theme_JSON {
* by means of the remove_insecure_properties method. * by means of the remove_insecure_properties method.
* *
* @since 5.8.0 * @since 5.8.0
* @since 5.9.0 Added the `color/duotone`, `typography/fontFamily`, and `use_default_names * @since 5.9.0 Added the `color.duotone` and `typography.fontFamilies` presets,
* presets and simplified the metadata structure. * `use_default_names` preset key, and simplified the metadata structure.
* @var array * @var array
*/ */
const PRESETS_METADATA = array( const PRESETS_METADATA = array(

View File

@ -16,7 +16,7 @@
* *
* @global string $wp_version * @global string $wp_version
*/ */
$wp_version = '5.9-beta3-52402'; $wp_version = '5.9-beta3-52403';
/** /**
* 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.