Changeset 45510 for branches/5.2/src/wp-login.php
- Timestamp:
- 06/10/2019 01:32:41 PM (6 years ago)
- Location:
- branches/5.2
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/5.2
-
branches/5.2/src/wp-login.php
r45204 r45510 427 427 428 428 if ( $message && ! wp_mail( $user_email, wp_specialchars_decode( $title ), $message ) ) { 429 wp_die( __( 'The email could not be sent. ' ) . "<br />\n" . __( 'Possible reason: your host may have disabled the mail() function.' ) );429 wp_die( __( 'The email could not be sent. Possible reason: your host may have disabled the mail() function.' ) ); 430 430 } 431 431
Note: See TracChangeset
for help on using the changeset viewer.