Skip to content

Commit

Permalink
Themes: add "description" key to i18n schema
Browse files Browse the repository at this point in the history
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
  • Loading branch information
noisysocks committed Jul 2, 2024
1 parent ea3327a commit 2930212
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/wp-includes/theme-i18n.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
{
"title": "Style variation name",
"description": "Style variation description",
"settings": {
"typography": {
"fontSizes": [
Expand Down

0 comments on commit 2930212

Please sign in to comment.