Make WordPress Core

Changeset 30686


Ignore:
Timestamp:
12/01/2014 04:17:53 AM (10 years ago)
Author:
johnbillion
Message:

Remove the sortable functionality from the selection editing toolbar at the bottom of the media manager.

Fixes #29934
See #24352
Props jessepollak

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/wp-includes/js/media-views.js

    r30638 r30686  
    67566756        initialize: function() {
    67576757            _.defaults( this.options, {
    6758                 sortable:   true,
     6758                sortable:   false,
    67596759                resize:     false,
    67606760
Note: See TracChangeset for help on using the changeset viewer.