Docs: Fix a few more typos in inline comments.

Follow-up to [9117], [11005], [12097], [18632], [26192], [55823].

Props Presskopp.
See #58334, #57840.
Built from https://develop.svn.wordpress.org/trunk@55824


git-svn-id: http://core.svn.wordpress.org/trunk@55336 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
Sergey Biryukov
2023-05-18 12:36:24 +00:00
parent 5f054d2079
commit be4b739a49
6 changed files with 10 additions and 7 deletions

View File

@@ -1019,7 +1019,7 @@ get_current_screen()->set_help_sidebar(
);
if ( 'upgrade-core' === $action ) {
// Force a update check when requested.
// Force an update check when requested.
$force_check = ! empty( $_GET['force-check'] );
wp_version_check( array(), $force_check );