Ticket #7304: 7304.diff
| File 7304.diff, 540 bytes (added by DD32, 4 years ago) |
|---|
-
wp-includes/update.php
120 120 $plugin_changed = true; 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 123 127 // Bail if we've checked in the last 12 hours and if nothing has changed 124 128 if ( $time_not_changed && !$plugin_changed ) 125 129 return false;
