Make WordPress Core

Ticket #42365: 42365-v1.patch

File 42365-v1.patch, 505 bytes (added by rinkuyadav999, 8 years ago)

Works with direct Selector

  • src/wp-admin/js/updates.js

     
    943943
    944944                        // Add the top-level UI, and update both.
    945945                        $notice = $notice.add( $( '#customize-control-theme-installed_' + args.slug ).find( '.update-message' ) );
     946                        $notice = $( '.update-message.notice' );
    946947                        $notice = $notice.addClass( 'updating-message' ).find( 'p' );
    947948
    948949                } else {