Changeset 20000 for trunk/wp-includes/update.php
- Timestamp:
- 02/27/2012 07:46:52 PM (12 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-includes/update.php
r19712 r20000 164 164 $timeout = 43200; // 12 hours 165 165 } 166 166 167 167 $time_not_changed = isset( $current->last_checked ) && $timeout > ( time() - $current->last_checked ); 168 168 … … 276 276 $timeout = 43200; // 12 hours 277 277 } 278 278 279 279 $time_not_changed = isset( $last_update->last_checked ) && $timeout > ( time( ) - $last_update->last_checked ); 280 280
Note: See TracChangeset
for help on using the changeset viewer.