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.



git-svn-id: https://develop.svn.wordpress.org/trunk@27363 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
Scott Taylor 2014-03-02 23:12:36 +00:00
parent 1f0dad18d4
commit cfd319d576

View File

@ -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
})
});
},