Correct a variable typo in [25750]. See #22704
Built from https://develop.svn.wordpress.org/trunk@25751 git-svn-id: http://core.svn.wordpress.org/trunk@25664 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
parent
0b9f198994
commit
98762b4a30
|
@ -40,7 +40,7 @@ function wp_version_check( $extra_stats = array() ) {
|
|||
// Wait 60 seconds between multiple version check requests
|
||||
$timeout = 60;
|
||||
$time_not_changed = isset( $current->last_checked ) && $timeout > ( time() - $current->last_checked );
|
||||
if ( $time_not_changed && empty( $extra_args ) )
|
||||
if ( $time_not_changed && empty( $extra_stats ) )
|
||||
return false;
|
||||
|
||||
$locale = get_locale();
|
||||
|
|
Loading…
Reference in New Issue