From fe4b0c7f144c34a20b44aa23a7e340dea4ada412 Mon Sep 17 00:00:00 2001 From: John Blackbourn Date: Mon, 1 Dec 2014 04:17:53 +0000 Subject: [PATCH] Remove the sortable functionality from the selection editing toolbar at the bottom of the media manager. Fixes #29934 See #24352 Props jessepollak git-svn-id: https://develop.svn.wordpress.org/trunk@30686 602fd350-edb4-49c9-b593-d223f7449a82 --- src/wp-includes/js/media-views.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/wp-includes/js/media-views.js b/src/wp-includes/js/media-views.js index 6f429bc1d0..8465281496 100644 --- a/src/wp-includes/js/media-views.js +++ b/src/wp-includes/js/media-views.js @@ -6755,7 +6755,7 @@ events: {}, initialize: function() { _.defaults( this.options, { - sortable: true, + sortable: false, resize: false, // The single `Attachment` view to be used in the `Attachments` view.