mirror of
https://github.com/gosticks/wordpress-develop.git
synced 2026-08-11 12:20:22 +00:00
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:
@@ -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