Ticket #29934: 29934.patch
File 29934.patch, 462 bytes (added by , 10 years ago) |
---|
-
src/wp-includes/js/media-views.js
6451 6451 events: {}, 6452 6452 initialize: function() { 6453 6453 _.defaults( this.options, { 6454 sortable: true,6454 sortable: false, 6455 6455 resize: false, 6456 6456 6457 6457 // The single `Attachment` view to be used in the `Attachments` view.