diff --git a/wp-admin/about.php b/wp-admin/about.php index 4b070b524e..927424376f 100644 --- a/wp-admin/about.php +++ b/wp-admin/about.php @@ -42,7 +42,7 @@ require_once ABSPATH . 'wp-admin/admin-header.php'; - +

diff --git a/wp-includes/version.php b/wp-includes/version.php index e5fe63ed48..403a5adf39 100644 --- a/wp-includes/version.php +++ b/wp-includes/version.php @@ -16,7 +16,7 @@ * * @global string $wp_version */ -$wp_version = '6.4-alpha-56284'; +$wp_version = '6.4-alpha-56285'; /** * Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.