summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'themes/twentysixteen/comments.php')
-rw-r--r--themes/twentysixteen/comments.php4
1 files changed, 2 insertions, 2 deletions
diff --git a/themes/twentysixteen/comments.php b/themes/twentysixteen/comments.php
index a0a29d57..086ecbe0 100644
--- a/themes/twentysixteen/comments.php
+++ b/themes/twentysixteen/comments.php
@@ -27,11 +27,11 @@ if ( post_password_required() ) {
<?php
$comments_number = get_comments_number();
if ( '1' === $comments_number ) {
- /* translators: %s: post title */
+ /* translators: %s: Post title. */
printf( _x( 'One thought on &ldquo;%s&rdquo;', 'comments title', 'twentysixteen' ), get_the_title() );
} else {
printf(
- /* translators: 1: number of comments, 2: post title */
+ /* translators: 1: Number of comments, 2: Post title. */
_nx(
'%1$s thought on &ldquo;%2$s&rdquo;',
'%1$s thoughts on &ldquo;%2$s&rdquo;',