From 23f3d3f1902512d6fc4b18674bdbf584bc286afc Mon Sep 17 00:00:00 2001 From: Mark Jaquith Date: Wed, 17 Mar 2010 20:03:02 +0000 Subject: [PATCH] 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 --- wp-includes/taxonomy.php | 1 + 1 file changed, 1 insertion(+) diff --git a/wp-includes/taxonomy.php b/wp-includes/taxonomy.php index 57be9adf84..555fdb3110 100644 --- a/wp-includes/taxonomy.php +++ b/wp-includes/taxonomy.php @@ -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,