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
This commit is contained in:
Sergey Biryukov 2019-08-04 00:47:20 +00:00
parent 17d1f402e2
commit cbbaca7ade
1 changed files with 1 additions and 1 deletions

View File

@ -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';