I18N: Add trailing punctuation to some translator comments.

Follow-up to [49549].

See #51580.
Built from https://develop.svn.wordpress.org/trunk@49562


git-svn-id: http://core.svn.wordpress.org/trunk@49300 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
Sergey Biryukov 2020-11-11 10:41:07 +00:00
parent 9db9343826
commit 3a1265e188
4 changed files with 4 additions and 4 deletions

View File

@ -174,7 +174,7 @@ require_once ABSPATH . 'wp-admin/admin-header.php';
<label for="new-application-password-value"> <label for="new-application-password-value">
<?php <?php
printf( printf(
/* translators: %s: Application name */ /* translators: %s: Application name. */
esc_html__( 'Your new password for %s is:' ), esc_html__( 'Your new password for %s is:' ),
'<strong>' . esc_html( $app_name ) . '</strong>' '<strong>' . esc_html( $app_name ) . '</strong>'
); );

View File

@ -83,7 +83,7 @@
window.location = url; window.location = url;
} else { } else {
message = wp.i18n.sprintf( message = wp.i18n.sprintf(
/* translators: %s: Application name */ /* translators: %s: Application name. */
'<label for="new-application-password-value">' + wp.i18n.__( 'Your new password for %s is:' ) + '</label>', '<label for="new-application-password-value">' + wp.i18n.__( 'Your new password for %s is:' ) + '</label>',
'<strong></strong>' '<strong></strong>'
) + ' <input id="new-application-password-value" type="text" class="code" readonly="readonly" value="" />'; ) + ' <input id="new-application-password-value" type="text" class="code" readonly="readonly" value="" />';

View File

@ -862,7 +862,7 @@ endif;
<label for="new-application-password-value"> <label for="new-application-password-value">
<?php <?php
printf( printf(
/* translators: %s: Application name */ /* translators: %s: Application name. */
__( 'Your new password for %s is:' ), __( 'Your new password for %s is:' ),
'<strong>{{ data.name }}</strong>' '<strong>{{ data.name }}</strong>'
); );

View File

@ -13,7 +13,7 @@
* *
* @global string $wp_version * @global string $wp_version
*/ */
$wp_version = '5.6-beta3-49561'; $wp_version = '5.6-beta3-49562';
/** /**
* Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema. * Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.