mirror of
https://github.com/WordPress/WordPress.git
synced 2025-03-09 07:00:01 +00:00
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:
parent
9db9343826
commit
3a1265e188
@ -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>'
|
||||||
);
|
);
|
||||||
|
@ -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="" />';
|
||||||
|
@ -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>'
|
||||||
);
|
);
|
||||||
|
@ -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.
|
||||||
|
Loading…
x
Reference in New Issue
Block a user