Ticket #31978: trigger-update-event-later.patch
File trigger-update-event-later.patch, 527 bytes (added by , 8 years ago) |
---|
-
wp-admin/js/updates.js
old new 228 228 229 229 wp.updates.updateDoneSuccessfully = true; 230 230 231 $(document).trigger( 'wp-plugin-update-success', response );232 233 231 /* 234 232 * The lock can be released since the update was successful, 235 233 * and any other updates can commence. 236 234 */ 237 235 wp.updates.updateLock = false; 236 237 $(document).trigger( 'wp-plugin-update-success', response ); 238 238 239 wp.updates.queueChecker(); 239 240 };