diff --git a/wp-includes/class-wp-theme-json.php b/wp-includes/class-wp-theme-json.php index 80726efc98..c3b1d05587 100644 --- a/wp-includes/class-wp-theme-json.php +++ b/wp-includes/class-wp-theme-json.php @@ -101,8 +101,8 @@ class WP_Theme_JSON { * by means of the remove_insecure_properties method. * * @since 5.8.0 - * @since 5.9.0 Added the `color/duotone`, `typography/fontFamily`, and `use_default_names - * presets and simplified the metadata structure. + * @since 5.9.0 Added the `color.duotone` and `typography.fontFamilies` presets, + * `use_default_names` preset key, and simplified the metadata structure. * @var array */ const PRESETS_METADATA = array( diff --git a/wp-includes/version.php b/wp-includes/version.php index ee28e03ba9..e139b48f03 100644 --- a/wp-includes/version.php +++ b/wp-includes/version.php @@ -16,7 +16,7 @@ * * @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.