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:
parent
afcc5e64f4
commit
01309e358d
|
@ -1,4 +1,5 @@
|
||||||
{
|
{
|
||||||
|
"title": "Style variation name",
|
||||||
"settings": {
|
"settings": {
|
||||||
"typography": {
|
"typography": {
|
||||||
"fontSizes": [
|
"fontSizes": [
|
||||||
|
|
|
@ -16,7 +16,7 @@
|
||||||
*
|
*
|
||||||
* @global string $wp_version
|
* @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.
|
* Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.
|
||||||
|
|
Loading…
Reference in New Issue