Changeset 8359
- Timestamp:
- 07/16/08 21:53:32 (4 months ago)
- Files:
-
- trunk/wp-includes/update.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
trunk/wp-includes/update.php
r8317 r8359 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 )
