From 27d7112e88567a5042f3d871f22440c722a9daa7 Mon Sep 17 00:00:00 2001 From: noisysocks Date: Tue, 2 Jul 2024 23:25:18 +0000 Subject: [PATCH] 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 --- wp-includes/theme-i18n.json | 1 + wp-includes/version.php | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/wp-includes/theme-i18n.json b/wp-includes/theme-i18n.json index 7ce52317ed..1781b9356f 100644 --- a/wp-includes/theme-i18n.json +++ b/wp-includes/theme-i18n.json @@ -1,5 +1,6 @@ { "title": "Style variation name", + "description": "Style variation description", "settings": { "typography": { "fontSizes": [ diff --git a/wp-includes/version.php b/wp-includes/version.php index ac258fceda..809b9163cf 100644 --- a/wp-includes/version.php +++ b/wp-includes/version.php @@ -16,7 +16,7 @@ * * @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.