I18N: Use a consistent pattern for translator comments for placeholders in some more Customizer strings.

See #41974.

git-svn-id: https://develop.svn.wordpress.org/trunk@42006 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
Sergey Biryukov
2017-10-24 22:46:27 +00:00
parent 6768a2cd2a
commit 80fd300ebf
6 changed files with 8 additions and 8 deletions
+1 -1
View File
@@ -659,7 +659,7 @@ function customize_themes_print_templates() {
{{{ data.stars }}}
<span class="num-ratings">
<?php
/* translators: %s is the number of ratings */
/* translators: %s: number of ratings */
echo sprintf( __( '(%s ratings)' ), '{{ data.num_ratings }}' );
?>
</span>