Ticket #42365: 42365-v1.patch
File 42365-v1.patch, 505 bytes (added by , 8 years ago) |
---|
-
src/wp-admin/js/updates.js
943 943 944 944 // Add the top-level UI, and update both. 945 945 $notice = $notice.add( $( '#customize-control-theme-installed_' + args.slug ).find( '.update-message' ) ); 946 $notice = $( '.update-message.notice' ); 946 947 $notice = $notice.addClass( 'updating-message' ).find( 'p' ); 947 948 948 949 } else {