From 3af3aae5daedc801996b983aaff5277a78ef9934 Mon Sep 17 00:00:00 2001 From: David Baumwald Date: Thu, 29 Sep 2022 13:53:45 +0000 Subject: [PATCH] =?UTF-8?q?Docs:=20Use=20Latin=20`C`=20instead=20of=20Cyri?= =?UTF-8?q?llic=20`=D0=A1`=20in=20docblock=20for=20`get=5Ftest=5Ftheme=5Fv?= =?UTF-8?q?ersion()`.?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Follow-up to [48168]. Props kebbet. See #55646. git-svn-id: https://develop.svn.wordpress.org/trunk@54353 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 eb8ca4306f..41b605c70c 100644 --- a/src/wp-admin/includes/class-wp-site-health.php +++ b/src/wp-admin/includes/class-wp-site-health.php @@ -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. *