Make WordPress Core

Ticket #29934: 29934.patch

File 29934.patch, 462 bytes (added by jessepollak, 10 years ago)

29934.patch

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

     
    64516451                events: {},
    64526452                initialize: function() {
    64536453                        _.defaults( this.options, {
    6454                                 sortable:   true,
     6454                                sortable:   false,
    64556455                                resize:     false,
    64566456
    64576457                                // The single `Attachment` view to be used in the `Attachments` view.