From eb3945f37b013fa2e24ec76dc28ca817062fc92b Mon Sep 17 00:00:00 2001 From: Oliver Juhas Date: Sun, 5 Nov 2017 19:13:42 +0100 Subject: [PATCH] Fixing localization function inside `printf()` --- comments.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/comments.php b/comments.php index aba21bc4..3187b075 100644 --- a/comments.php +++ b/comments.php @@ -31,7 +31,7 @@ if ( post_password_required() ) { if ( 1 === $comment_count ) { printf( /* translators: 1: title. */ - esc_html_e( 'One thought on “%1$s”', '_s' ), + esc_html__( 'One thought on “%1$s”', '_s' ), '' . get_the_title() . '' ); } else {