Text Changes: Use simpler language for login detail email subjects.
Props: peterwilsoncc, desrosj. Fixes #37940. Built from https://develop.svn.wordpress.org/trunk@45173 git-svn-id: http://core.svn.wordpress.org/trunk@44982 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
@@ -1984,8 +1984,8 @@ if ( ! function_exists( 'wp_new_user_notification' ) ) :
|
||||
|
||||
$wp_new_user_notification_email = array(
|
||||
'to' => $user->user_email,
|
||||
/* translators: Login credentials notification email subject. %s: Site title */
|
||||
'subject' => __( '[%s] Login Credentials' ),
|
||||
/* translators: Login details notification email subject. %s: Site title */
|
||||
'subject' => __( '[%s] Login Details' ),
|
||||
'message' => $message,
|
||||
'headers' => '',
|
||||
);
|
||||
|
||||
Reference in New Issue
Block a user