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:
parent
d71d3ac0fe
commit
c60358fdb2
|
@ -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",
|
||||
|
|
|
@ -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": [
|
||||
{
|
||||
|
|
|
@ -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": [
|
||||
{
|
||||
|
|
|
@ -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.
|
||||
|
|
Loading…
Reference in New Issue