diff --git a/wp-admin/site-health-info.php b/wp-admin/site-health-info.php index ef1af1fc50..1ab31f64af 100644 --- a/wp-admin/site-health-info.php +++ b/wp-admin/site-health-info.php @@ -74,11 +74,11 @@ require_once( ABSPATH . 'wp-admin/admin-header.php' ); ?>

- +

- +

diff --git a/wp-includes/version.php b/wp-includes/version.php index b86923cf12..26058c1e66 100644 --- a/wp-includes/version.php +++ b/wp-includes/version.php @@ -13,7 +13,7 @@ * * @global string $wp_version */ -$wp_version = '5.2-beta1-45119'; +$wp_version = '5.2-beta1-45120'; /** * Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.