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

Props ryankienstra, celloexpressions.
See #36984.

Built from https://develop.svn.wordpress.org/trunk@38794


git-svn-id: http://core.svn.wordpress.org/trunk@38737 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
Weston Ruter 2016-10-14 21:21:28 +00:00
parent 2f45415c73
commit 07b97c1d57
2 changed files with 2 additions and 2 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 );

View File

@ -4,7 +4,7 @@
*
* @global string $wp_version
*/
$wp_version = '4.7-alpha-38793';
$wp_version = '4.7-alpha-38794';
/**
* Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.