Themes: add "description" key to i18n schema

Add "description" key to the theme.json i18n schema.

Follows r56041.
Fixes #61543.
Props ramonopoly, oandregal.

Built from https://develop.svn.wordpress.org/trunk@58632


git-svn-id: http://core.svn.wordpress.org/trunk@58061 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
noisysocks 2024-07-02 23:25:18 +00:00
parent 66e0296b73
commit 27d7112e88
2 changed files with 2 additions and 1 deletions

View File

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

View File

@ -16,7 +16,7 @@
* *
* @global string $wp_version * @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. * Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.