From 68be2fe3c929966d77dea408c8f8c8df98a47eb5 Mon Sep 17 00:00:00 2001
From: Sergey Biryukov
' . sprintf( __( 'Try looking in the monthly archives. %s', 'twentyeleven' ), convert_smilies( ':)' ) ) . '
'; the_widget( 'WP_Widget_Archives', array( diff --git a/src/wp-content/themes/twentyeleven/comments.php b/src/wp-content/themes/twentyeleven/comments.php index 085598c03e..102899645d 100644 --- a/src/wp-content/themes/twentyeleven/comments.php +++ b/src/wp-content/themes/twentyeleven/comments.php @@ -39,7 +39,7 @@ ); } else { printf( - /* translators: %1$s: The number of comments. %2$s: The post title. */ + /* translators: 1: The number of comments, 2: The post title. */ _n( '%1$s thought on “%2$s”', '%1$s thoughts on “%2$s”', get_comments_number(), 'twentyeleven' ), number_format_i18n( get_comments_number() ), '' . get_the_title() . '' diff --git a/src/wp-content/themes/twentyten/comments.php b/src/wp-content/themes/twentyten/comments.php index a6fe78a41c..31425239d0 100644 --- a/src/wp-content/themes/twentyten/comments.php +++ b/src/wp-content/themes/twentyten/comments.php @@ -42,7 +42,7 @@ ); } else { printf( - /* translators: %1$s: The number of comments. %2$s: The post title. */ + /* translators: 1: The number of comments, 2: The post title. */ _n( '%1$s Response to %2$s', '%1$s Responses to %2$s', get_comments_number(), 'twentyten' ), number_format_i18n( get_comments_number() ), '' . get_the_title() . '' diff --git a/src/wp-content/themes/twentythirteen/comments.php b/src/wp-content/themes/twentythirteen/comments.php index a01ba833c0..ce993196e9 100644 --- a/src/wp-content/themes/twentythirteen/comments.php +++ b/src/wp-content/themes/twentythirteen/comments.php @@ -31,7 +31,7 @@ if ( post_password_required() ) { ); } else { printf( - /* translators: %1$s: The number of comments. %2$s: The post title. */ + /* translators: 1: The number of comments, 2: The post title. */ _nx( '%1$s thought on “%2$s”', '%1$s thoughts on “%2$s”', get_comments_number(), 'comments title', 'twentythirteen' ), number_format_i18n( get_comments_number() ), '' . get_the_title() . '' diff --git a/src/wp-content/themes/twentytwelve/comments.php b/src/wp-content/themes/twentytwelve/comments.php index f78cb379af..39573d109e 100644 --- a/src/wp-content/themes/twentytwelve/comments.php +++ b/src/wp-content/themes/twentytwelve/comments.php @@ -37,7 +37,7 @@ if ( post_password_required() ) { ); } else { printf( - /* translators: %1$s: The number of comments. %2$s: The post title. */ + /* translators: 1: The number of comments, 2: The post title. */ _n( '%1$s thought on “%2$s”', '%1$s thoughts on “%2$s”', get_comments_number(), 'twentytwelve' ), number_format_i18n( get_comments_number() ), '' . get_the_title() . ''