nav_menu taxonomy should be _builtin. props sillybean. see #11817

git-svn-id: http://svn.automattic.com/wordpress/trunk@13741 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
markjaquith 2010-03-17 20:03:02 +00:00
parent 8d1fb6e0eb
commit 5c4b8b1d7b
1 changed files with 1 additions and 0 deletions

View File

@ -42,6 +42,7 @@ function create_initial_taxonomies() {
'query_var' => false,
'rewrite' => false,
'show_ui' => false,
'_builtin' => true,
) ) ;
register_taxonomy( 'link_category', 'link', array( 'hierarchical' => false,