Docs: Fix typo in a comment in `WP_Site_Health::get_test_theme_version()`.
See #47110. Built from https://develop.svn.wordpress.org/trunk@45733 git-svn-id: http://core.svn.wordpress.org/trunk@45544 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
parent
fd83290995
commit
702ee129ad
|
@ -617,7 +617,7 @@ class WP_Site_Health {
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
// If not default Twenty* theme exists.
|
// If no default Twenty* theme exists.
|
||||||
if ( ! $has_default_theme ) {
|
if ( ! $has_default_theme ) {
|
||||||
$result['status'] = 'recommended';
|
$result['status'] = 'recommended';
|
||||||
|
|
||||||
|
|
|
@ -13,7 +13,7 @@
|
||||||
*
|
*
|
||||||
* @global string $wp_version
|
* @global string $wp_version
|
||||||
*/
|
*/
|
||||||
$wp_version = '5.3-alpha-45732';
|
$wp_version = '5.3-alpha-45733';
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.
|
* Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.
|
||||||
|
|
Loading…
Reference in New Issue