Skip to content

Commit 5728ebb

Browse files
committed
Bundled Theme: Pin schema version to rest of Twenty Twenty-Five.
All JSON files in the theme should be pinned to the appropriate schema version, not just `theme.json`. Follow up to [59448]. Props im3dabasia1, poena. Fixes #62455. git-svn-id: https://develop.svn.wordpress.org/trunk@59451 602fd350-edb4-49c9-b593-d223f7449a82
1 parent 1563d86 commit 5728ebb

32 files changed

+32
-32
lines changed

src/wp-content/themes/twentytwentyfive/styles/01-evening.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"$schema": "https://schemas.wp.org/trunk/theme.json",
2+
"$schema": "https://schemas.wp.org/wp/6.7/theme.json",
33
"version": 3,
44
"title": "Evening",
55
"settings": {

src/wp-content/themes/twentytwentyfive/styles/02-noon.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"$schema": "https://schemas.wp.org/trunk/theme.json",
2+
"$schema": "https://schemas.wp.org/wp/6.7/theme.json",
33
"version": 3,
44
"title": "Noon",
55
"settings": {

src/wp-content/themes/twentytwentyfive/styles/03-dusk.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"$schema": "https://schemas.wp.org/trunk/theme.json",
2+
"$schema": "https://schemas.wp.org/wp/6.7/theme.json",
33
"version": 3,
44
"title": "Dusk",
55
"settings": {

src/wp-content/themes/twentytwentyfive/styles/04-afternoon.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"$schema": "https://schemas.wp.org/trunk/theme.json",
2+
"$schema": "https://schemas.wp.org/wp/6.7/theme.json",
33
"version": 3,
44
"title": "Afternoon",
55
"settings": {

src/wp-content/themes/twentytwentyfive/styles/05-twilight.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"$schema": "https://schemas.wp.org/trunk/theme.json",
2+
"$schema": "https://schemas.wp.org/wp/6.7/theme.json",
33
"version": 3,
44
"title": "Twilight",
55
"settings": {

src/wp-content/themes/twentytwentyfive/styles/06-morning.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"$schema": "https://schemas.wp.org/trunk/theme.json",
2+
"$schema": "https://schemas.wp.org/wp/6.7/theme.json",
33
"version": 3,
44
"title": "Morning",
55
"settings": {

src/wp-content/themes/twentytwentyfive/styles/07-sunrise.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"$schema": "https://schemas.wp.org/trunk/theme.json",
2+
"$schema": "https://schemas.wp.org/wp/6.7/theme.json",
33
"version": 3,
44
"title": "Sunrise",
55
"settings": {

src/wp-content/themes/twentytwentyfive/styles/08-midnight.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"$schema": "https://schemas.wp.org/trunk/theme.json",
2+
"$schema": "https://schemas.wp.org/wp/6.7/theme.json",
33
"version": 3,
44
"title": "Midnight",
55
"settings": {

src/wp-content/themes/twentytwentyfive/styles/blocks/01-display.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"$schema": "https://schemas.wp.org/trunk/theme.json",
2+
"$schema": "https://schemas.wp.org/wp/6.7/theme.json",
33
"version": 3,
44
"title": "Display",
55
"slug": "text-display",

src/wp-content/themes/twentytwentyfive/styles/blocks/02-subtitle.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"$schema": "https://schemas.wp.org/trunk/theme.json",
2+
"$schema": "https://schemas.wp.org/wp/6.7/theme.json",
33
"version": 3,
44
"title": "Subtitle",
55
"slug": "text-subtitle",

0 commit comments

Comments
 (0)