Make WordPress Core

Ticket #42365: 42365-v2.patch

File 42365-v2.patch, 606 bytes (added by rinkuyadav999, 8 years ago)

Fix for update button over theme icon - grid

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

     
    942942                        $notice.find( 'h3' ).remove();
    943943
    944944                        // 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' ) );
    946946                        $notice = $notice.addClass( 'updating-message' ).find( 'p' );
    947947
    948948                } else {