Make WordPress Core

Ticket #30931: 30931.patch

File 30931.patch, 402 bytes (added by tyxla, 10 years ago)

Removing the date filter from the "Edit Selection" screen.

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

     
    30073007                                sortable:   true,
    30083008                                search:     false,
    30093009                                dragInfo:   true,
     3010                                date:       false,
    30103011
    30113012                                AttachmentView: media.view.Attachment.EditSelection
    30123013                        }).render();