From 04111ef54f727515b7a0377372caeda8f6d6b2db Mon Sep 17 00:00:00 2001 From: desrosj Date: Thu, 21 Nov 2024 19:02:23 +0000 Subject: [PATCH] Bundled Theme: Pin a `theme.json` schema version to Twenty Twenty-Five. MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Each theme’s `theme.json` schema version should be pinned to the version that was valid at the time it was released. Props im3dabasia1, poena, mukesh27. Fixes #62455. Built from https://develop.svn.wordpress.org/trunk@59448 git-svn-id: http://core.svn.wordpress.org/trunk@58834 1a063a9b-81f0-0310-95a4-ce76da25c4cd --- wp-content/themes/twentytwentyfive/theme.json | 2 +- wp-includes/version.php | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/wp-content/themes/twentytwentyfive/theme.json b/wp-content/themes/twentytwentyfive/theme.json index e43b5888af..a830707865 100644 --- a/wp-content/themes/twentytwentyfive/theme.json +++ b/wp-content/themes/twentytwentyfive/theme.json @@ -1,5 +1,5 @@ { - "$schema": "https://schemas.wp.org/trunk/theme.json", + "$schema": "https://schemas.wp.org/wp/6.7/theme.json", "version": 3, "settings": { "appearanceTools": true, diff --git a/wp-includes/version.php b/wp-includes/version.php index 4e3de4cd7b..94e0498ee9 100644 --- a/wp-includes/version.php +++ b/wp-includes/version.php @@ -16,7 +16,7 @@ * * @global string $wp_version */ -$wp_version = '6.8-alpha-59444'; +$wp_version = '6.8-alpha-59448'; /** * Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.