Ticket #3038: engrish.diff
File engrish.diff, 735 bytes (added by , 18 years ago) |
---|
-
wp-login.php
158 158 echo "<a href='wp-login.php' title='" . __('Check your e-mail first, of course') . "'>" . __('Click here to login!') . '</a></p>'; 159 159 // send a copy of password change notification to the admin 160 160 $message = sprintf(__('Password Lost and Changed for user: %s'), $user->user_login) . "\r\n"; 161 wp_mail(get_settings('admin_email'), sprintf(__('[%s] Password Lost/Change '), get_settings('blogname')), $message);161 wp_mail(get_settings('admin_email'), sprintf(__('[%s] Password Lost/Changed'), get_settings('blogname')), $message); 162 162 die(); 163 163 } 164 164 break;