Skip to content

Commit 8cd0ec0

Browse files
committed
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. git-svn-id: https://develop.svn.wordpress.org/trunk@59448 602fd350-edb4-49c9-b593-d223f7449a82
1 parent 71a52ce commit 8cd0ec0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/wp-content/themes/twentytwentyfive/theme.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
"settings": {
55
"appearanceTools": true,

0 commit comments

Comments
 (0)