diff --git a/wp-admin/includes/dashboard.php b/wp-admin/includes/dashboard.php index c7d6a00f44..35e2a9ba9c 100644 --- a/wp-admin/includes/dashboard.php +++ b/wp-admin/includes/dashboard.php @@ -1873,10 +1873,14 @@ function wp_dashboard_site_health() {

- 0 ) : ?> - - + + + + 1 ) : ?> + + + diff --git a/wp-includes/version.php b/wp-includes/version.php index ea1b381c5b..07bf3f2fe0 100644 --- a/wp-includes/version.php +++ b/wp-includes/version.php @@ -13,7 +13,7 @@ * * @global string $wp_version */ -$wp_version = '5.8-alpha-50529'; +$wp_version = '5.8-alpha-50530'; /** * Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.