From ad519f2ee08252af6105cb191fe3afc0cad659da Mon Sep 17 00:00:00 2001 From: John Blackbourn Date: Wed, 14 Oct 2015 01:50:25 +0000 Subject: [PATCH] Reinstate the Link Category admin screen after [34359]. See [13216] Fixes #34284 git-svn-id: https://develop.svn.wordpress.org/trunk@35153 602fd350-edb4-49c9-b593-d223f7449a82 --- src/wp-includes/taxonomy-functions.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/wp-includes/taxonomy-functions.php b/src/wp-includes/taxonomy-functions.php index a20ce7c719..2e4151f5ec 100644 --- a/src/wp-includes/taxonomy-functions.php +++ b/src/wp-includes/taxonomy-functions.php @@ -113,7 +113,7 @@ function create_initial_taxonomies() { 'query_var' => false, 'rewrite' => false, 'public' => false, - 'show_ui' => false, + 'show_ui' => true, '_builtin' => true, ) );