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:
parent
e93607c37f
commit
c601e0c682
@ -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 );
|
||||
|
Loading…
Reference in New Issue
Block a user