Remove the sortable functionality from the selection editing toolbar at the bottom of the media manager.
Fixes #29934 See #24352 Props jessepollak Built from https://develop.svn.wordpress.org/trunk@30686 git-svn-id: http://core.svn.wordpress.org/trunk@30676 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
parent
e93105ba9a
commit
389811b3ec
|
@ -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.
|
||||
|
|
File diff suppressed because one or more lines are too long
|
@ -4,7 +4,7 @@
|
|||
*
|
||||
* @global string $wp_version
|
||||
*/
|
||||
$wp_version = '4.1-beta2-30685';
|
||||
$wp_version = '4.1-beta2-30686';
|
||||
|
||||
/**
|
||||
* Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.
|
||||
|
|
Loading…
Reference in New Issue