mirror of
https://github.com/gosticks/wordpress-develop.git
synced 2026-07-01 07:40:07 +00:00
Docs: Fix a few more typos in inline comments.
Follow-up to [9117], [11005], [12097], [18632], [26192], [55823]. Props Presskopp. See #58334, #57840. git-svn-id: https://develop.svn.wordpress.org/trunk@55824 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
@@ -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 );
|
||||
|
||||
|
||||
Reference in New Issue
Block a user