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

git-svn-id: https://develop.svn.wordpress.org/trunk@13741 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
Mark Jaquith 2010-03-17 20:03:02 +00:00
parent f9c0a28884
commit 23f3d3f190
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,