Ticket #30457: 30457.patch
File 30457.patch, 408 bytes (added by , 10 years ago) |
---|
-
wp-includes/js/media-views.js
6405 6405 changed.push( model.save() ); 6406 6406 removed.push( model ); 6407 6407 } else { 6408 model.destroy( );6408 model.destroy({wait: true}); 6409 6409 } 6410 6410 } ); 6411 6411