diff --git src/wp-includes/class-wp-customize-nav-menus.php src/wp-includes/class-wp-customize-nav-menus.php
index 0bc95da..a4e494d 100644
|
|
final class WP_Customize_Nav_Menus { |
907 | 907 | } |
908 | 908 | } |
909 | 909 | |
| 910 | $this->print_custom_links_available_menu_item(); |
910 | 911 | if ( $page_item_type ) { |
911 | 912 | $this->print_post_type_container( $page_item_type ); |
912 | 913 | } |
913 | | $this->print_custom_links_available_menu_item(); |
914 | 914 | // Containers for per-post-type item browsing; items are added with JS. |
915 | 915 | foreach ( $item_types as $item_type ) { |
916 | 916 | $this->print_post_type_container( $item_type ); |