From 456e243224c7a66e7dfcbd716a06eee2b7e7d6a7 Mon Sep 17 00:00:00 2001 From: Gary Pendergast Date: Tue, 2 Oct 2018 19:18:58 +0000 Subject: [PATCH] Taxonomies: Improve description of default category behaviour. Add some extra information to the Categories list screen, explaining why the default category doesn't have a Delete button. Props Codestor. Fixes #44961. git-svn-id: https://develop.svn.wordpress.org/trunk@43666 602fd350-edb4-49c9-b593-d223f7449a82 --- src/wp-admin/edit-tags.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/wp-admin/edit-tags.php b/src/wp-admin/edit-tags.php index 5ab4cac567..c71212b95c 100644 --- a/src/wp-admin/edit-tags.php +++ b/src/wp-admin/edit-tags.php @@ -583,7 +583,7 @@ if ( current_user_can( $tax->cap->edit_terms ) ) { ' . apply_filters( 'the_category', get_cat_name( get_option( 'default_category' ) ), '', '' ) . '' );