Make WordPress Core

Ticket #30457: 30457.patch

File 30457.patch, 408 bytes (added by 5um17, 10 years ago)

Patch to fix the issue

  • wp-includes/js/media-views.js

     
    64056405                                                                changed.push( model.save() );
    64066406                                                                removed.push( model );
    64076407                                                        } else {
    6408                                                                 model.destroy();
     6408                                                                model.destroy({wait: true});
    64096409                                                        }
    64106410                                                } );
    64116411