diff --git a/wp-admin/admin-functions.php b/wp-admin/admin-functions.php index 336b702d3e..d8b92952d6 100644 --- a/wp-admin/admin-functions.php +++ b/wp-admin/admin-functions.php @@ -705,7 +705,7 @@ function get_nested_categories( $default = 0, $parent = 0 ) { function write_nested_categories( $categories ) { foreach ( $categories as $category ) { - echo '
"; + echo '"; if ( $category['children'] ) { echo "Note:
Deleting a category does not delete the posts and links in that category. Instead, posts in the deleted category are set to the category %s and links are set to %s.'), get_catname(get_option('default_category')), get_catname(get_option('default_link_category'))) ?>
Note:
Deleting a category does not delete the posts and links in that category. Instead, posts in the deleted category are set to the category %s and links are set to %s.'), apply_filters('the_category', get_catname(get_option('default_category'))), apply_filters('the_category', get_catname(get_option('default_link_category')))) ?>