Changeset 35559
- Timestamp:
- 11/06/2015 10:35:25 PM (10 years ago)
- File:
-
- 1 edited
-
trunk/src/wp-login.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-login.php
r35093 r35559 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";
Note: See TracChangeset
for help on using the changeset viewer.