Ticket #31819: 31819.patch
File 31819.patch, 724 bytes (added by , 10 years ago) |
---|
-
src/wp-admin/js/updates.js
227 227 228 228 wp.updates.updateDoneSuccessfully = true; 229 229 230 $(document).trigger( 'wp .plugin.update.success', response );230 $(document).trigger( 'wp-plugin-update-success', response ); 231 231 232 232 /* 233 233 * The lock can be released since the update was successful, … … 264 264 $message.text( wp.updates.l10n.updateFailed ); 265 265 wp.a11y.speak( wp.updates.l10n.updateFailed ); 266 266 267 $(document).trigger( 'wp .plugin.update.error', response );267 $(document).trigger( 'wp-plugin-update-error', response ); 268 268 }; 269 269 270 270 /**