Ticket #37216: trigger-on-theme-update.patch
| File trigger-on-theme-update.patch, 491 bytes (added by , 10 years ago) |
|---|
-
wp-admin/js/updates.js
867 867 error: wp.updates.updateThemeError 868 868 }, args ); 869 869 870 $( document ).trigger( 'wp-updates-theme-update' , args ); 871 870 872 if ( 'themes-network' === pagenow ) { 871 873 $notice = $( '[data-slug="' + args.slug + '"]' ).find( '.update-message' ).addClass( 'updating-message' ).find( 'p' ); 872 874