I18N: Use a consistent pattern for translator comments for placeholders in some more Customizer strings.
See #41974. Built from https://develop.svn.wordpress.org/trunk@42006 git-svn-id: http://core.svn.wordpress.org/trunk@41840 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user