mirror of
https://github.com/WordPress/WordPress.git
synced 2025-01-22 16:21:26 +01:00
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:
parent
2f45415c73
commit
07b97c1d57
@ -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 );
|
||||
|
@ -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.
|
||||
|
Loading…
Reference in New Issue
Block a user