From 01309e358dd0fa761a9b8665035328ce0b3ff8ad Mon Sep 17 00:00:00 2001 From: gziolo Date: Thu, 31 Mar 2022 10:53:04 +0000 Subject: [PATCH] Themes: Add "title" key to i18n schema This is related to Gutenberg changes in WordPress/gutenberg#39936 that marks the "title" key as translatable field in "theme.json" files. See also #54336. Props oandregal. Built from https://develop.svn.wordpress.org/trunk@53038 git-svn-id: http://core.svn.wordpress.org/trunk@52627 1a063a9b-81f0-0310-95a4-ce76da25c4cd --- wp-includes/theme-i18n.json | 1 + wp-includes/version.php | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) 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.