From cbbaca7ade1663102ef71bb853eba9604a9cfa7b Mon Sep 17 00:00:00 2001 From: Sergey Biryukov Date: Sun, 4 Aug 2019 00:47:20 +0000 Subject: [PATCH] Docs: Fix typo in a comment in `WP_Site_Health::get_test_theme_version()`. See #47110. git-svn-id: https://develop.svn.wordpress.org/trunk@45733 602fd350-edb4-49c9-b593-d223f7449a82 --- src/wp-admin/includes/class-wp-site-health.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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';