From c43a62bde709735e2bcdfce1153a5acd7044d225 Mon Sep 17 00:00:00 2001 From: Sergey Biryukov Date: Fri, 18 Sep 2015 19:02:37 +0000 Subject: [PATCH] Include placeholder in translator comment. See #31863. git-svn-id: https://develop.svn.wordpress.org/trunk@34306 602fd350-edb4-49c9-b593-d223f7449a82 --- src/wp-admin/edit-tags.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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') ) ) . ''