diff --git a/wp-admin/about.php b/wp-admin/about.php index a794ab9ec6..ad87ec8f67 100644 --- a/wp-admin/about.php +++ b/wp-admin/about.php @@ -124,8 +124,9 @@ require_once ABSPATH . 'wp-admin/admin-header.php';

WP_Theme_JSON', 'data-wp-on-async' ); ?> diff --git a/wp-includes/version.php b/wp-includes/version.php index f8465e2d06..33c77b7c87 100644 --- a/wp-includes/version.php +++ b/wp-includes/version.php @@ -16,7 +16,7 @@ * * @global string $wp_version */ -$wp_version = '6.7-alpha-58656'; +$wp_version = '6.7-alpha-58671'; /** * Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.