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:
parent
f9c0a28884
commit
23f3d3f190
|
@ -42,6 +42,7 @@ function create_initial_taxonomies() {
|
||||||
'query_var' => false,
|
'query_var' => false,
|
||||||
'rewrite' => false,
|
'rewrite' => false,
|
||||||
'show_ui' => false,
|
'show_ui' => false,
|
||||||
|
'_builtin' => true,
|
||||||
) ) ;
|
) ) ;
|
||||||
|
|
||||||
register_taxonomy( 'link_category', 'link', array( 'hierarchical' => false,
|
register_taxonomy( 'link_category', 'link', array( 'hierarchical' => false,
|
||||||
|
|
Loading…
Reference in New Issue