diff options
author | Yury German <blueknight@gentoo.org> | 2022-01-23 19:12:12 -0500 |
---|---|---|
committer | Yury German <blueknight@gentoo.org> | 2022-01-23 19:12:12 -0500 |
commit | 856daf897233b153771276d227f05f8f33a6189e (patch) | |
tree | 0b5f869863fb7810f8bdf30b848606779415f2d0 /themes/twentyfourteen/comments.php | |
parent | Plugin - akismet update from 4.1.3 to 4.2.1 (diff) | |
download | blogs-gentoo-856daf897233b153771276d227f05f8f33a6189e.tar.gz blogs-gentoo-856daf897233b153771276d227f05f8f33a6189e.tar.bz2 blogs-gentoo-856daf897233b153771276d227f05f8f33a6189e.zip |
twentyfourteen upg 2.7 to 3.2 and twentysixteen from 2.0 to 2.5
Signed-off-by: Yury German <blueknight@gentoo.org>
Diffstat (limited to 'themes/twentyfourteen/comments.php')
-rw-r--r-- | themes/twentyfourteen/comments.php | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/themes/twentyfourteen/comments.php b/themes/twentyfourteen/comments.php index 0b81703f..35992933 100644 --- a/themes/twentyfourteen/comments.php +++ b/themes/twentyfourteen/comments.php @@ -26,11 +26,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 “%s”', 'comments title', 'twentyfourteen' ), 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 “%2$s”', '%1$s thoughts on “%2$s”', |