From eb9cc0c13e86f6f94b625cdc3dff9c24c5db06d6 Mon Sep 17 00:00:00 2001 From: Sergey Biryukov Date: Tue, 23 Aug 2016 23:33:28 +0000 Subject: [PATCH] I18N: Add translator comments for strings in `wp-includes/class-walker-comment.php`. Merge two similar strings. Props ramiy. Fixes #37796. Built from https://develop.svn.wordpress.org/trunk@38342 git-svn-id: http://core.svn.wordpress.org/trunk@38283 1a063a9b-81f0-0310-95a4-ce76da25c4cd --- wp-includes/class-walker-comment.php | 14 ++++++++++++-- wp-includes/version.php | 2 +- 2 files changed, 13 insertions(+), 3 deletions(-) diff --git a/wp-includes/class-walker-comment.php b/wp-includes/class-walker-comment.php index 72220aaf0c..8383740b43 100644 --- a/wp-includes/class-walker-comment.php +++ b/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 {