Make WordPress Core

Ticket #39532: media-views.js.patch

File media-views.js.patch, 385 bytes (added by webbistro, 10 years ago)

Fixes the issue with bulk permanent deletion of media items from the Trash

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

     
    39683968                                                                return;
    39693969                                                        }
    39703970
    3971                                                         model.destroy();
     3971                                                        model.destroy({wait: true});
    39723972                                                } );
    39733973
    39743974                                                selection.remove( removed );