From c601e0c682ca7d898322ac3a658ff09adca2cd06 Mon Sep 17 00:00:00 2001 From: Weston Ruter Date: Fri, 14 Oct 2016 21:20:34 +0000 Subject: [PATCH] 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 --- src/wp-includes/class-wp-customize-nav-menus.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/wp-includes/class-wp-customize-nav-menus.php b/src/wp-includes/class-wp-customize-nav-menus.php index 0bc95da58a..a4e494d5b3 100644 --- a/src/wp-includes/class-wp-customize-nav-menus.php +++ b/src/wp-includes/class-wp-customize-nav-menus.php @@ -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 );