diff --git a/wp-admin/contribute.php b/wp-admin/contribute.php index a3253d4df1..7e56d21251 100644 --- a/wp-admin/contribute.php +++ b/wp-admin/contribute.php @@ -99,7 +99,7 @@ require_once ABSPATH . 'wp-admin/admin-header.php';

-

+

diff --git a/wp-includes/version.php b/wp-includes/version.php index 4118622ab8..50f9737e44 100644 --- a/wp-includes/version.php +++ b/wp-includes/version.php @@ -16,7 +16,7 @@ * * @global string $wp_version */ -$wp_version = '6.3-beta4-56258'; +$wp_version = '6.3-beta4-56259'; /** * Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.