Skip to content

Commit 2930212

Browse files
committed
Themes: add "description" key to i18n schema
Add "description" key to the theme.json i18n schema. Follows r56041. Fixes #61543. Props ramonopoly, oandregal. git-svn-id: https://develop.svn.wordpress.org/trunk@58632 602fd350-edb4-49c9-b593-d223f7449a82
1 parent ea3327a commit 2930212

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/wp-includes/theme-i18n.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
{
22
"title": "Style variation name",
3+
"description": "Style variation description",
34
"settings": {
45
"typography": {
56
"fontSizes": [

0 commit comments

Comments
 (0)