🐛 Fix i18n warnings (#3039)
This commit is contained in:
@@ -2,7 +2,7 @@
|
|||||||
<section id="comments" class="comments">
|
<section id="comments" class="comments">
|
||||||
@if (have_comments())
|
@if (have_comments())
|
||||||
<h2>
|
<h2>
|
||||||
{!! sprintf(_nx('One response to “%2$s”', '%1$s responses to “%2$s”', get_comments_number(), 'comments title', 'sage'), number_format_i18n(get_comments_number()), '<span>' . get_the_title() . '</span>') !!}
|
{!! /* translators: %1$s is replaced with the number of comments and %2$s with the post title */ sprintf(_nx('%1$s response to “%2$s”', '%1$s responses to “%2$s”', get_comments_number(), 'comments title', 'sage'), get_comments_number() === 1 ? _x('One', 'comments title', 'sage') : number_format_i18n(get_comments_number()), '<span>' . get_the_title() . '</span>') !!}
|
||||||
</h2>
|
</h2>
|
||||||
|
|
||||||
<ol class="comment-list">
|
<ol class="comment-list">
|
||||||
|
|||||||
Reference in New Issue
Block a user