diff --git a/src/wp-admin/edit-tags.php b/src/wp-admin/edit-tags.php index 25a31fb97a..72cc2a73fb 100644 --- a/src/wp-admin/edit-tags.php +++ b/src/wp-admin/edit-tags.php @@ -334,9 +334,9 @@ endif; ?>

' . __( 'Note:' ) . '
'; + echo '' . __( 'Note:' ) . '
'; printf( - /* translators: default category */ + /* 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.' ), /** This filter is documented in wp-includes/category-template.php */ '' . apply_filters( 'the_category', get_cat_name( get_option( 'default_category') ) ) . ''