From a866838b31cbcce1dec9f4c3bf07972a74173bd9 Mon Sep 17 00:00:00 2001 From: Drew Jaynes Date: Fri, 25 Apr 2014 06:43:16 +0000 Subject: [PATCH] Ensure adjacency of a duplicate hook comment for a `the_category` filter call. See #26869. Built from https://develop.svn.wordpress.org/trunk@28211 git-svn-id: http://core.svn.wordpress.org/trunk@28041 1a063a9b-81f0-0310-95a4-ce76da25c4cd --- wp-admin/edit-tags.php | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/wp-admin/edit-tags.php b/wp-admin/edit-tags.php index 717954c0c0..757a5068d5 100644 --- a/wp-admin/edit-tags.php +++ b/wp-admin/edit-tags.php @@ -336,8 +336,12 @@ endif; ?>
- -

Note:
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.'), apply_filters('the_category', get_cat_name(get_option('default_category')))) ?>

+

+ Note:
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.' ), apply_filters( 'the_category', get_cat_name( get_option( 'default_category') ) ) ); + ?> +

category to tag converter.'), 'import.php') ?>