mirror of
https://github.com/gosticks/wordpress-develop.git
synced 2026-06-28 14:20:15 +00:00
I18n: Introduce more translator comments for strings that contain placeholders but don't have an accompanying translator comment.
See #38882 git-svn-id: https://develop.svn.wordpress.org/trunk@39326 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
@@ -1823,6 +1823,7 @@ All at ###SITENAME###
|
||||
|
||||
$pass_change_email = array(
|
||||
'to' => $user['user_email'],
|
||||
/* translators: User password change notification email subject. 1: Site name */
|
||||
'subject' => __( '[%s] Notice of Password Change' ),
|
||||
'message' => $pass_change_text,
|
||||
'headers' => '',
|
||||
@@ -1878,6 +1879,7 @@ All at ###SITENAME###
|
||||
|
||||
$email_change_email = array(
|
||||
'to' => $user['user_email'],
|
||||
/* translators: User email change notification email subject. 1: Site name */
|
||||
'subject' => __( '[%s] Notice of Email Change' ),
|
||||
'message' => $email_change_text,
|
||||
'headers' => '',
|
||||
|
||||
Reference in New Issue
Block a user