Make WordPress Core

Opened 2 days ago

Closed 12 hours ago

Last modified 10 hours ago

#61543 closed defect (bug) (fixed)

Add a description key to i18n theme.json style schema

Reported by: ramonopoly's profile ramonopoly Owned by: noisysocks's profile noisysocks
Milestone: 6.7 Priority: normal
Severity: normal Version: 6.3
Component: I18N Keywords: has-patch
Focuses: Cc:

Description (last modified by ramonopoly)

A "description" key was added to theme.json in https://github.com/WordPress/gutenberg/pull/45242

It was synced to Core in https://github.com/WordPress/wordpress-develop/pull/4687

Here's the trac ticket: https://core.trac.wordpress.org/ticket/58614

A corresponding entry to the theme.json i18n schema was not part of the change.

Here's a draft PR in wp-cli/i18n-command:

https://github.com/wp-cli/i18n-command/pull/408

Change History (5)

This ticket was mentioned in PR #6947 on WordPress/wordpress-develop by @ramonopoly.


2 days ago
#1

  • Keywords has-patch added

A "description" key was added to theme.json in https://github.com/WordPress/gutenberg/pull/45242

It was synced to Core in https://github.com/WordPress/wordpress-develop/pull/4687

A corresponding entry to the theme.json i18n schema was not part of the change.

See:

https://github.com/WordPress/gutenberg/pull/45242#issuecomment-2196574068

Trac ticket: https://core.trac.wordpress.org/ticket/61543

#2 @ramonopoly
2 days ago

  • Description modified (diff)

#3 @swissspidy
2 days ago

  • Milestone changed from Awaiting Review to 6.7
  • Version set to 6.3

#4 @noisysocks
12 hours ago

  • Owner set to noisysocks
  • Resolution set to fixed
  • Status changed from new to closed

In 58632:

Themes: add "description" key to i18n schema

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

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

@ramonopoly commented on PR #6947:


10 hours ago
#5

Committed in https://core.trac.wordpress.org/changeset/58632

Thanks @noisysocks!

Note: See TracTickets for help on using tickets.