Various bug fixes and improvements to menu management. props ptahdunbar, see #11817.

git-svn-id: https://develop.svn.wordpress.org/trunk@13802 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
Andrew Nacin
2010-03-22 19:56:16 +00:00
parent d53d09ca48
commit 94ec7ba0eb
15 changed files with 932 additions and 748 deletions
+2
View File
@@ -39,6 +39,8 @@ function create_initial_taxonomies() {
) ) ;
register_taxonomy( 'nav_menu', 'nav_menu_item', array( 'hierarchical' => false,
'label' => __('Navigation Menus'),
'singular_label' => __('Navigation Menu'),
'query_var' => false,
'rewrite' => false,
'show_ui' => false,