diff --git a/src/wp-admin/includes/class-wp-site-health.php b/src/wp-admin/includes/class-wp-site-health.php index 5ed88969a7..d8c097c93d 100644 --- a/src/wp-admin/includes/class-wp-site-health.php +++ b/src/wp-admin/includes/class-wp-site-health.php @@ -617,7 +617,7 @@ class WP_Site_Health { } } - // If not default Twenty* theme exists. + // If no default Twenty* theme exists. if ( ! $has_default_theme ) { $result['status'] = 'recommended';