Quote weblog title in email From header. Props graeme and Nazgul. fixes #1716
git-svn-id: https://develop.svn.wordpress.org/trunk@4286 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
parent
076dd45bcf
commit
dfc28e3aed
@ -104,7 +104,7 @@ function wp_new_blog_notification($blog_title, $blog_url, $user_id, $password) {
|
||||
$user = new WP_User($user_id);
|
||||
$email = $user->user_email;
|
||||
$name = $user->user_login;
|
||||
$message_headers = 'From: ' . $blog_title . ' <wordpress@' . $_SERVER['SERVER_NAME'] . '>';
|
||||
$message_headers = 'From: "' . $blog_title . '" <wordpress@' . $_SERVER['SERVER_NAME'] . '>';
|
||||
$message = sprintf(__("Your new WordPress blog has been successfully set up at:
|
||||
|
||||
%1\$s
|
||||
|
Loading…
Reference in New Issue
Block a user