Make WordPress Core

Changeset 2661


Ignore:
Timestamp:
06/26/2005 04:27:37 PM (21 years ago)
Author:
ryan
Message:

Init message before concat.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/1.5/wp-login.php

    r2552 r2661  
    104104    // now insert the new pass md5'd into the db
    105105    $wpdb->query("UPDATE $wpdb->users SET user_activation_key = '$key' WHERE user_login = '$user_login'");
    106     $message .= __('Someone has asked to reset the password for the following site and username.') . "\r\n\r\n";
     106    $message = __('Someone has asked to reset the password for the following site and username.') . "\r\n\r\n";
    107107    $message .= get_option('siteurl') . "\r\n\r\n";
    108108    $message .= sprintf(__('Username: %s'), $user_login) . "\r\n\r\n";
Note: See TracChangeset for help on using the changeset viewer.