Make WordPress Core

Changeset 27363


Ignore:
Timestamp:
03/02/2014 11:12:36 PM (12 years ago)
Author:
wonderboymusic
Message:

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.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/wp-includes/js/media-views.js

    r27362 r27363  
    19371937                                separateCancel: new media.View({
    19381938                                        className: 'separator',
    1939                                         priority: 60
     1939                                        priority: 40
    19401940                                })
    19411941                        });
     
    19611961                                separateCancel: new media.View({
    19621962                                        className: 'separator',
    1963                                         priority: 80
     1963                                        priority: 40
    19641964                                })
    19651965                        });
Note: See TracChangeset for help on using the changeset viewer.