Bundled block themes: Set theme.json schema version to 6.5.

This changeset updates the `theme.json` schema version from `trunk` which is the development version to the last schema for version 2 available at `https://schemas.wp.org/wp/6.5/theme.json`.

Props poena, sabernhardt, wildworks, mukesh27, kafleg.
Fixes #61342.



Built from https://develop.svn.wordpress.org/trunk@58403


git-svn-id: http://core.svn.wordpress.org/trunk@57852 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
audrasjb 2024-06-13 13:45:09 +00:00
parent d71d3ac0fe
commit c60358fdb2
4 changed files with 4 additions and 4 deletions

View File

@ -1,5 +1,5 @@
{
"$schema": "https://schemas.wp.org/trunk/theme.json",
"$schema": "https://schemas.wp.org/wp/6.5/theme.json",
"version": 2,
"patterns": [
"three-columns-of-services",

View File

@ -1,5 +1,5 @@
{
"$schema": "https://schemas.wp.org/trunk/theme.json",
"$schema": "https://schemas.wp.org/wp/6.5/theme.json",
"version": 2,
"customTemplates": [
{

View File

@ -1,5 +1,5 @@
{
"$schema": "https://schemas.wp.org/trunk/theme.json",
"$schema": "https://schemas.wp.org/wp/6.5/theme.json",
"version": 2,
"customTemplates": [
{

View File

@ -16,7 +16,7 @@
*
* @global string $wp_version
*/
$wp_version = '6.6-beta2-58402';
$wp_version = '6.6-beta2-58403';
/**
* Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.