From 7e92b26cb82843c530c1421b12966818dbd244be Mon Sep 17 00:00:00 2001
From: Gregory Cornelius <gcorne@gmail.com>
Date: Fri, 28 Feb 2014 21:57:00 -0600
Subject: [PATCH 3/3] Adjust priority of the seperator in the playlist menu
Lower the priority so that the separator comes before the Edit Playlist
item to match the how the Edit Gallery works.
---
src/wp-includes/js/media-views.js | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git src/wp-includes/js/media-views.js src/wp-includes/js/media-views.js
index d1fbc89..a9767e0 100644
|
|
|
|
| 1936 | 1936 | }, |
| 1937 | 1937 | separateCancel: new media.View({ |
| 1938 | 1938 | className: 'separator', |
| 1939 | | priority: 60 |
| | 1939 | priority: 40 |
| 1940 | 1940 | }) |
| 1941 | 1941 | }); |
| 1942 | 1942 | }, |
| … |
… |
|
| 1960 | 1960 | }, |
| 1961 | 1961 | separateCancel: new media.View({ |
| 1962 | 1962 | className: 'separator', |
| 1963 | | priority: 80 |
| | 1963 | priority: 40 |
| 1964 | 1964 | }) |
| 1965 | 1965 | }); |
| 1966 | 1966 | }, |