mirror of
https://github.com/WordPress/WordPress.git
synced 2025-02-22 06:29:30 +00:00
Adjust the priority of the separator in the Edit Playlist and Edit Video Playlist menus to match the structure of the Edit Gallery menu.
Props gcorne. See #26631. Built from https://develop.svn.wordpress.org/trunk@27363 git-svn-id: http://core.svn.wordpress.org/trunk@27213 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
parent
c0a9ee8452
commit
cbe89d6710
@ -1936,7 +1936,7 @@
|
||||
},
|
||||
separateCancel: new media.View({
|
||||
className: 'separator',
|
||||
priority: 60
|
||||
priority: 40
|
||||
})
|
||||
});
|
||||
},
|
||||
@ -1960,7 +1960,7 @@
|
||||
},
|
||||
separateCancel: new media.View({
|
||||
className: 'separator',
|
||||
priority: 80
|
||||
priority: 40
|
||||
})
|
||||
});
|
||||
},
|
||||
|
2
wp-includes/js/media-views.min.js
vendored
2
wp-includes/js/media-views.min.js
vendored
File diff suppressed because one or more lines are too long
Loading…
x
Reference in New Issue
Block a user