Docs: Use Latin C instead of Cyrillic С in docblock for get_test_theme_version().

Follow-up to [48168].

Props kebbet.
See #55646.
Built from https://develop.svn.wordpress.org/trunk@54353


git-svn-id: http://core.svn.wordpress.org/trunk@53912 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
davidbaumwald 2022-09-29 13:55:09 +00:00
parent 3b58a4828d
commit 6824b4dcbd
2 changed files with 2 additions and 2 deletions

View File

@ -478,7 +478,7 @@ class WP_Site_Health {
/**
* Tests if themes are outdated, or unnecessary.
*
* Сhecks if your site has a default theme (to fall back on if there is a need),
* Checks if your site has a default theme (to fall back on if there is a need),
* if your themes are up to date and, finally, encourages you to remove any themes
* that are not needed.
*

View File

@ -16,7 +16,7 @@
*
* @global string $wp_version
*/
$wp_version = '6.1-beta2-54352';
$wp_version = '6.1-beta2-54353';
/**
* Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.