diff --git a/wp-content/themes/twentytwentyfive/theme.json b/wp-content/themes/twentytwentyfive/theme.json index e43b5888af..a830707865 100644 --- a/wp-content/themes/twentytwentyfive/theme.json +++ b/wp-content/themes/twentytwentyfive/theme.json @@ -1,5 +1,5 @@ { - "$schema": "https://schemas.wp.org/trunk/theme.json", + "$schema": "https://schemas.wp.org/wp/6.7/theme.json", "version": 3, "settings": { "appearanceTools": true, diff --git a/wp-includes/version.php b/wp-includes/version.php index 4e3de4cd7b..94e0498ee9 100644 --- a/wp-includes/version.php +++ b/wp-includes/version.php @@ -16,7 +16,7 @@ * * @global string $wp_version */ -$wp_version = '6.8-alpha-59444'; +$wp_version = '6.8-alpha-59448'; /** * Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.