Changeset 25751 for trunk/src/wp-includes/update.php
- Timestamp:
- 10/10/2013 01:37:30 AM (11 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-includes/update.php
r25750 r25751 41 41 $timeout = 60; 42 42 $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 ) ) 44 44 return false; 45 45
Note: See TracChangeset
for help on using the changeset viewer.