From cfd319d57646a649ad79c38443bdc03ccb507f24 Mon Sep 17 00:00:00 2001 From: Scott Taylor Date: Sun, 2 Mar 2014 23:12:36 +0000 Subject: [PATCH] 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 --- src/wp-includes/js/media-views.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/wp-includes/js/media-views.js b/src/wp-includes/js/media-views.js index 4ebb275f18..462d6d0c12 100644 --- a/src/wp-includes/js/media-views.js +++ b/src/wp-includes/js/media-views.js @@ -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 }) }); },