From a56d439b4dd8bccd9129f6b2b7112428a2e9bee3 Mon Sep 17 00:00:00 2001 From: Andrew Nacin Date: Thu, 13 May 2010 04:12:57 +0000 Subject: [PATCH] Change is_multisite check for hiding a term slug on edit-tags.php to checking for global terms. git-svn-id: https://develop.svn.wordpress.org/trunk@14594 602fd350-edb4-49c9-b593-d223f7449a82 --- wp-admin/edit-tags.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/wp-admin/edit-tags.php b/wp-admin/edit-tags.php index b1717cf238..f4e1e02e3b 100644 --- a/wp-admin/edit-tags.php +++ b/wp-admin/edit-tags.php @@ -352,7 +352,7 @@ if ( current_user_can($tax->cap->edit_terms) ) {

- +