diff --git a/wp-admin/categories.php b/wp-admin/categories.php
index e5fdd50364..bda2b260ce 100644
--- a/wp-admin/categories.php
+++ b/wp-admin/categories.php
@@ -230,8 +230,13 @@ if ( $page_links )
-
+
+
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_catname(get_option('default_category')))) ?>
category to tag converter.'), 'admin.php?import=wp-cat2tag') ?>
+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_catname(get_option('default_category')))) ?>
category to tag converter.'), 'admin.php?import=wp-cat2tag') ?>
-