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:
parent
8d1fb6e0eb
commit
5c4b8b1d7b
|
@ -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