summaryrefslogtreecommitdiffstats
path: root/wp-login.php
diff options
context:
space:
mode:
authordonncha <donncha@7be80a69-a1ef-0310-a953-fb0f7c49ff36>2008-05-26 15:11:51 +0000
committerdonncha <donncha@7be80a69-a1ef-0310-a953-fb0f7c49ff36>2008-05-26 15:11:51 +0000
commite14c9a28cf3209268483b1f71b960e4fddd556ee (patch)
treedfc116a71c400ede7d22536c12091506f92ad82a /wp-login.php
parente8aeecd97e21eabf1a2093c169293dd33ed9cf9b (diff)
downloadwordpress-mu-e14c9a28cf3209268483b1f71b960e4fddd556ee.tar.gz
wordpress-mu-e14c9a28cf3209268483b1f71b960e4fddd556ee.tar.xz
wordpress-mu-e14c9a28cf3209268483b1f71b960e4fddd556ee.zip
Hardcode the blog name here too
git-svn-id: http://svn.automattic.com/wordpress-mu/trunk@1313 7be80a69-a1ef-0310-a953-fb0f7c49ff36
Diffstat (limited to 'wp-login.php')
-rw-r--r--wp-login.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/wp-login.php b/wp-login.php
index bfa0b46..797bf18 100644
--- a/wp-login.php
+++ b/wp-login.php
@@ -131,7 +131,7 @@ function reset_password($key) {
$message .= sprintf(__('Password: %s'), $new_pass) . "\r\n";
$message .= get_option('siteurl') . "/wp-login.php\r\n";
- if ( !wp_mail($user->user_email, sprintf(__('[%s] Your new password'), get_option('blogname')), $message) )
+ if ( !wp_mail($user->user_email, sprintf(__('[%s] Your new password'), 'WordPress.com'), $message) )
die('<p>' . __('The e-mail could not be sent.') . "<br />\n" . __('Possible reason: your host may have disabled the mail() function...') . '</p>');
// send a copy of password change notification to the admin