diff --git a/src/wp-admin/includes/class-wp-site-health.php b/src/wp-admin/includes/class-wp-site-health.php index a2c8688ac7..c7b924cd6f 100644 --- a/src/wp-admin/includes/class-wp-site-health.php +++ b/src/wp-admin/includes/class-wp-site-health.php @@ -428,7 +428,7 @@ class WP_Site_Health { '
%s
', __( 'Your site has 1 active plugin, and it is up to date.' ) ); - } elseif ( $plugins_active > 0 ) { + } elseif ( $plugins_active > 0 ) { $result['description'] .= sprintf( '%s
', sprintf( @@ -596,7 +596,7 @@ class WP_Site_Health { '%s
', __( 'Your site has 1 installed theme, and it is up to date.' ) ); - } elseif ( $themes_total > 0 ) { + } elseif ( $themes_total > 0 ) { $result['description'] .= sprintf( '%s
', sprintf(