Merge pull request #1231 from webmandesign/patch-2

Fixing localization function inside `printf()`
This commit is contained in:
Laurel 2018-01-26 09:43:17 -08:00 committed by GitHub
commit cd10ba650b
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 {