Changeset 1313

Show
Ignore:
Timestamp:
05/26/08 15:11:51 (4 months ago)
Author:
donncha
Message:

Hardcode the blog name here too

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • trunk/wp-login.php

    r1312 r1313  
    132132        $message .= get_option('siteurl') . "/wp-login.php\r\n"; 
    133133 
    134         if (  !wp_mail($user->user_email, sprintf(__('[%s] Your new password'), get_option('blogname')), $message) ) 
     134        if (  !wp_mail($user->user_email, sprintf(__('[%s] Your new password'), 'WordPress.com'), $message) ) 
    135135                die('<p>' . __('The e-mail could not be sent.') . "<br />\n" . __('Possible reason: your host may have disabled the mail() function...') . '</p>'); 
    136136