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
This commit is contained in:
gziolo 2022-03-31 10:53:04 +00:00
parent afcc5e64f4
commit 01309e358d
2 changed files with 2 additions and 1 deletions

View File

@ -1,4 +1,5 @@
{
"title": "Style variation name",
"settings": {
"typography": {
"fontSizes": [

View File

@ -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.