Ticket #34605: 34605-2.diff
| File 34605-2.diff, 626 bytes (added by , 10 years ago) |
|---|
-
wp-login.php
319 319 return $key; 320 320 } 321 321 322 $message = __('Someone requested that the password bereset for the following account:') . "\r\n\r\n";322 $message = __('Someone has requested a password reset for the following account:') . "\r\n\r\n"; 323 323 $message .= network_home_url( '/' ) . "\r\n\r\n"; 324 324 $message .= sprintf(__('Username: %s'), $user_login) . "\r\n\r\n"; 325 325 $message .= __('If this was a mistake, just ignore this email and nothing will happen.') . "\r\n\r\n";