From cede832fb1df9fabfb2449cd8f87fe59c796b3a8 Mon Sep 17 00:00:00 2001 From: Sergey Biryukov Date: Thu, 17 Nov 2022 16:58:20 +0000 Subject: [PATCH] Docs: Fix typo in the `WP_Theme_JSON::PRESETS_METADATA` constant description. Follow-up to [53129]. Props kebbet, mukesh27. See #56792. Built from https://develop.svn.wordpress.org/trunk@54853 git-svn-id: http://core.svn.wordpress.org/trunk@54405 1a063a9b-81f0-0310-95a4-ce76da25c4cd --- wp-includes/class-wp-theme-json.php | 4 ++-- wp-includes/version.php | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/wp-includes/class-wp-theme-json.php b/wp-includes/class-wp-theme-json.php index 8f93f5cda9..77711a283c 100644 --- a/wp-includes/class-wp-theme-json.php +++ b/wp-includes/class-wp-theme-json.php @@ -114,7 +114,7 @@ class WP_Theme_JSON { * @since 5.9.0 Added the `color.duotone` and `typography.fontFamilies` presets, * `use_default_names` preset key, and simplified the metadata structure. * @since 6.0.0 Replaced `override` with `prevent_override` and updated the - * `prevent_overried` value for `color.duotone` to use `color.defaultDuotone`. + * `prevent_override` value for `color.duotone` to use `color.defaultDuotone`. * @var array */ const PRESETS_METADATA = array( @@ -412,7 +412,7 @@ class WP_Theme_JSON { * The valid elements that can be found under styles. * * @since 5.8.0 - * @since 6.1.0 Added `heading`, `button`. and `caption` elements. + * @since 6.1.0 Added `heading`, `button`, and `caption` elements. * @var string[] */ const ELEMENTS = array( diff --git a/wp-includes/version.php b/wp-includes/version.php index d5bdd7c0da..59844b687d 100644 --- a/wp-includes/version.php +++ b/wp-includes/version.php @@ -16,7 +16,7 @@ * * @global string $wp_version */ -$wp_version = '6.2-alpha-54852'; +$wp_version = '6.2-alpha-54853'; /** * Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.