Changeset 45298 for trunk/src/wp-login.php
- Timestamp:
- 05/09/2019 07:47:28 PM (6 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-login.php
r45204 r45298 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.