diff --git a/wp-admin/about.php b/wp-admin/about.php index a3c9e94fe0..148d68f503 100644 --- a/wp-admin/about.php +++ b/wp-admin/about.php @@ -330,7 +330,7 @@ include( ABSPATH . 'wp-admin/admin-header.php' );
-

+

diff --git a/wp-includes/version.php b/wp-includes/version.php index 652caf52d0..df5c7e7c7e 100644 --- a/wp-includes/version.php +++ b/wp-includes/version.php @@ -4,7 +4,7 @@ * * @global string $wp_version */ -$wp_version = '5.0-RC1-43952'; +$wp_version = '5.0-RC1-43953'; /** * Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.