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:
Scott Taylor 2014-03-02 23:13:14 +00:00
parent c0a9ee8452
commit cbe89d6710
2 changed files with 3 additions and 3 deletions

View File

@ -1936,7 +1936,7 @@
}, },
separateCancel: new media.View({ separateCancel: new media.View({
className: 'separator', className: 'separator',
priority: 60 priority: 40
}) })
}); });
}, },
@ -1960,7 +1960,7 @@
}, },
separateCancel: new media.View({ separateCancel: new media.View({
className: 'separator', className: 'separator',
priority: 80 priority: 40
}) })
}); });
}, },

File diff suppressed because one or more lines are too long