mirror of
https://github.com/WordPress/WordPress.git
synced 2025-02-01 21:21:24 +01:00
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:
parent
3b58a4828d
commit
6824b4dcbd
@ -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.
|
||||
*
|
||||
|
@ -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.
|
||||
|
Loading…
Reference in New Issue
Block a user