From 75c975c5d11df6578f51faf5b895fba39b12041f Mon Sep 17 00:00:00 2001 From: Sergey Biryukov Date: Tue, 23 Aug 2016 23:32:15 +0000 Subject: [PATCH] I18N: Add translator comments for strings in `wp-includes/class-walker-comment.php`. Merge two similar strings. Props ramiy. Fixes #37796. git-svn-id: https://develop.svn.wordpress.org/trunk@38342 602fd350-edb4-49c9-b593-d223f7449a82 --- src/wp-includes/class-walker-comment.php | 14 ++++++++++++-- 1 file changed, 12 insertions(+), 2 deletions(-) diff --git a/src/wp-includes/class-walker-comment.php b/src/wp-includes/class-walker-comment.php index 72220aaf0c..8383740b43 100644 --- a/src/wp-includes/class-walker-comment.php +++ b/src/wp-includes/class-walker-comment.php @@ -273,7 +273,12 @@ class Walker_Comment extends Walker {
- %s says:' ), get_comment_author_link( $comment ) ); ?> + says:' ), + sprintf( '%s', get_comment_author_link( $comment ) ) + ); + ?>
comment_approved ) : ?> @@ -325,7 +330,12 @@ class Walker_Comment extends Walker {