Customize: Move Pages below Custom Links in available nav menu items panel.

Props ryankienstra, celloexpressions.
See #36984.


git-svn-id: https://develop.svn.wordpress.org/trunk@38794 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
Weston Ruter 2016-10-14 21:20:34 +00:00
parent e93607c37f
commit c601e0c682
1 changed files with 1 additions and 1 deletions

View File

@ -907,10 +907,10 @@ final class WP_Customize_Nav_Menus {
}
}
$this->print_custom_links_available_menu_item();
if ( $page_item_type ) {
$this->print_post_type_container( $page_item_type );
}
$this->print_custom_links_available_menu_item();
// Containers for per-post-type item browsing; items are added with JS.
foreach ( $item_types as $item_type ) {
$this->print_post_type_container( $item_type );