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 {