diff --git a/wp-admin/site-health-info.php b/wp-admin/site-health-info.php index 4499381eb9..fde931ab8a 100644 --- a/wp-admin/site-health-info.php +++ b/wp-admin/site-health-info.php @@ -136,7 +136,7 @@ require_once( ABSPATH . 'wp-admin/admin-header.php' ); '; foreach ( $field['value'] as $name => $value ) { $values .= sprintf( '
  • %s: %s
  • ', @@ -144,6 +144,7 @@ require_once( ABSPATH . 'wp-admin/admin-header.php' ); esc_html( $value ) ); } + $values .= ''; } else { $values = esc_html( $field['value'] ); } diff --git a/wp-includes/version.php b/wp-includes/version.php index c29eaba54f..c8339e410a 100644 --- a/wp-includes/version.php +++ b/wp-includes/version.php @@ -13,7 +13,7 @@ * * @global string $wp_version */ -$wp_version = '5.2-beta1-45067'; +$wp_version = '5.2-beta1-45068'; /** * Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.