diff --git a/wp-admin/about.php b/wp-admin/about.php index b52873425d..709670f9f0 100644 --- a/wp-admin/about.php +++ b/wp-admin/about.php @@ -280,9 +280,7 @@ require_once ABSPATH . 'wp-admin/admin-header.php';
diff --git a/wp-includes/version.php b/wp-includes/version.php index 3c2e0ab373..586f51d2e9 100644 --- a/wp-includes/version.php +++ b/wp-includes/version.php @@ -16,7 +16,7 @@ * * @global string $wp_version */ -$wp_version = '6.3-alpha-55847'; +$wp_version = '6.3-alpha-55848'; /** * Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.