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