Make WordPress Core


Ignore:
Timestamp:
10/10/2013 01:37:30 AM (11 years ago)
Author:
dd32
Message:

Correct a variable typo in [25750]. See #22704

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/wp-includes/update.php

    r25750 r25751  
    4141    $timeout = 60;
    4242    $time_not_changed = isset( $current->last_checked ) && $timeout > ( time() - $current->last_checked );
    43     if ( $time_not_changed && empty( $extra_args ) )
     43    if ( $time_not_changed && empty( $extra_stats ) )
    4444        return false;
    4545
Note: See TracChangeset for help on using the changeset viewer.