Changeset 8360
- Timestamp:
- 07/16/08 21:56:43 (4 months ago)
- Files:
-
- branches/2.6/wp-includes/update.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
branches/2.6/wp-includes/update.php
r8317 r8360 121 121 } 122 122 123 foreach ( (array) $current->response as $plugin_file => $update_details ) { 124 if ( ! isset($plugins[ $plugin_file ]) ) { 125 $plugin_changed = true; 126 } 127 } 128 123 129 // Bail if we've checked in the last 12 hours and if nothing has changed 124 130 if ( $time_not_changed && !$plugin_changed )
