diff --git a/wp-content/themes/twentytwentytwo/theme.json b/wp-content/themes/twentytwentytwo/theme.json index 41ffb72d98..ec9ff8644e 100644 --- a/wp-content/themes/twentytwentytwo/theme.json +++ b/wp-content/themes/twentytwentytwo/theme.json @@ -1,4 +1,5 @@ { + "$schema": "https://schemas.wp.org/trunk/theme.json", "version": 2, "customTemplates": [ { diff --git a/wp-includes/theme.json b/wp-includes/theme.json index f2690bd44d..d9ed47816c 100644 --- a/wp-includes/theme.json +++ b/wp-includes/theme.json @@ -1,4 +1,5 @@ { + "$schema": "https://schemas.wp.org/trunk/theme.json", "version": 2, "settings": { "appearanceTools": false, diff --git a/wp-includes/version.php b/wp-includes/version.php index 3f007e6d9f..001c879c03 100644 --- a/wp-includes/version.php +++ b/wp-includes/version.php @@ -16,7 +16,7 @@ * * @global string $wp_version */ -$wp_version = '6.5-alpha-57335'; +$wp_version = '6.5-alpha-57336'; /** * Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.