Fixing localization function inside `printf()`

This commit is contained in:
Oliver Juhas 2017-11-05 19:13:42 +01:00 committed by GitHub
parent efd37d13a6
commit eb3945f37b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -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' ),
'<span>' . get_the_title() . '</span>'
);
} else {