diff --git a/wp-includes/theme-i18n.json b/wp-includes/theme-i18n.json index 7ce52317ed..1781b9356f 100644 --- a/wp-includes/theme-i18n.json +++ b/wp-includes/theme-i18n.json @@ -1,5 +1,6 @@ { "title": "Style variation name", + "description": "Style variation description", "settings": { "typography": { "fontSizes": [ diff --git a/wp-includes/version.php b/wp-includes/version.php index ac258fceda..809b9163cf 100644 --- a/wp-includes/version.php +++ b/wp-includes/version.php @@ -16,7 +16,7 @@ * * @global string $wp_version */ -$wp_version = '6.7-alpha-58631'; +$wp_version = '6.7-alpha-58632'; /** * Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.