From a5cca9c5ff5f68967533ab73134906a814ea1b27 Mon Sep 17 00:00:00 2001 From: John Blackbourn Date: Wed, 14 Oct 2015 01:51:26 +0000 Subject: [PATCH] Reinstate the Link Category admin screen after [34359]. See [13216] Fixes #34284 Built from https://develop.svn.wordpress.org/trunk@35153 git-svn-id: http://core.svn.wordpress.org/trunk@35119 1a063a9b-81f0-0310-95a4-ce76da25c4cd --- wp-includes/taxonomy-functions.php | 2 +- wp-includes/version.php | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/wp-includes/taxonomy-functions.php b/wp-includes/taxonomy-functions.php index a20ce7c719..2e4151f5ec 100644 --- a/wp-includes/taxonomy-functions.php +++ b/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, ) ); diff --git a/wp-includes/version.php b/wp-includes/version.php index 5a4a9ebbaa..f4e42f372d 100644 --- a/wp-includes/version.php +++ b/wp-includes/version.php @@ -4,7 +4,7 @@ * * @global string $wp_version */ -$wp_version = '4.4-alpha-35152'; +$wp_version = '4.4-alpha-35153'; /** * Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.