diff --git a/wp-admin/about.php b/wp-admin/about.php index e85d95f5c7..455058a47c 100644 --- a/wp-admin/about.php +++ b/wp-admin/about.php @@ -59,8 +59,7 @@ require_once ABSPATH . 'wp-admin/admin-header.php';

-

-

+

diff --git a/wp-includes/version.php b/wp-includes/version.php index bc32483e8f..e34a5888d3 100644 --- a/wp-includes/version.php +++ b/wp-includes/version.php @@ -16,7 +16,7 @@ * * @global string $wp_version */ -$wp_version = '6.8.1-alpha-60189'; +$wp_version = '6.8.1-alpha-60190'; /** * Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.