From 75c7cb5acfff85266c8bee14d25b24d5ab196f62 Mon Sep 17 00:00:00 2001 From: Gary Pendergast Date: Mon, 1 Oct 2018 21:55:33 +0000 Subject: [PATCH] Taxonomy: Remove the "Note" label from the notes on the Category edit list. There are notes on both the Tag and Category pages, but only the latter prefixes it with a "Note" label. Props joanrho, pratikthink, jainnidhi. Fixes #43800. git-svn-id: https://develop.svn.wordpress.org/trunk@43663 602fd350-edb4-49c9-b593-d223f7449a82 --- src/wp-admin/edit-tags.php | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/src/wp-admin/edit-tags.php b/src/wp-admin/edit-tags.php index b0827af69a..5ab4cac567 100644 --- a/src/wp-admin/edit-tags.php +++ b/src/wp-admin/edit-tags.php @@ -581,7 +581,6 @@ if ( current_user_can( $tax->cap->edit_terms ) ) {

' . __( 'Note:' ) . '
'; printf( /* translators: %s: default category */ __( 'Deleting a category does not delete the posts in that category. Instead, posts that were only assigned to the deleted category are set to the category %s.' ), @@ -591,7 +590,9 @@ if ( current_user_can( $tax->cap->edit_terms ) ) { ?>

-

category to tag converter.' ), esc_url( $import_link ) ); ?>

+

+ category to tag converter.' ), esc_url( $import_link ) ); ?> +