diff --git a/wp-includes/class-wp-theme-json.php b/wp-includes/class-wp-theme-json.php index c1bb6dd0f9..f9e8e371c5 100644 --- a/wp-includes/class-wp-theme-json.php +++ b/wp-includes/class-wp-theme-json.php @@ -280,8 +280,8 @@ class WP_Theme_JSON { 'settings', 'styles', 'templateParts', - 'version', 'title', + 'version', ); /** @@ -381,13 +381,13 @@ class WP_Theme_JSON { 'filter' => array( 'duotone' => null, ), - 'shadow' => null, 'outline' => array( 'color' => null, 'offset' => null, 'style' => null, 'width' => null, ), + 'shadow' => null, 'spacing' => array( 'margin' => null, 'padding' => null, diff --git a/wp-includes/version.php b/wp-includes/version.php index d156914f08..22cc8fc6a4 100644 --- a/wp-includes/version.php +++ b/wp-includes/version.php @@ -16,7 +16,7 @@ * * @global string $wp_version */ -$wp_version = '6.2-alpha-55008'; +$wp_version = '6.2-alpha-55009'; /** * Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.