Bundled Theme: Pin a theme.json schema version to Twenty Twenty-Five.

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
This commit is contained in:
desrosj 2024-11-21 19:02:23 +00:00
parent ff3fde39ee
commit 04111ef54f
2 changed files with 2 additions and 2 deletions

View File

@ -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,

View File

@ -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.