diff --git a/wp-includes/theme-i18n.json b/wp-includes/theme-i18n.json index 98b2680792..f5a65dbddc 100644 --- a/wp-includes/theme-i18n.json +++ b/wp-includes/theme-i18n.json @@ -1,4 +1,5 @@ { + "title": "Style variation name", "settings": { "typography": { "fontSizes": [ diff --git a/wp-includes/version.php b/wp-includes/version.php index b271e6f1bc..67065c9f57 100644 --- a/wp-includes/version.php +++ b/wp-includes/version.php @@ -16,7 +16,7 @@ * * @global string $wp_version */ -$wp_version = '6.0-alpha-53037'; +$wp_version = '6.0-alpha-53038'; /** * Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.