Changeset 27801 for trunk/src/wp-login.php
- Timestamp:
- 03/28/2014 02:43:04 AM (12 years ago)
- File:
-
- 1 edited
-
trunk/src/wp-login.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-login.php
r27369 r27801 389 389 $message = apply_filters( 'retrieve_password_message', $message, $key ); 390 390 391 if ( $message && !wp_mail( $user_email, $title, $message) )391 if ( $message && !wp_mail( $user_email, wp_specialchars_decode( $title ), $message ) ) 392 392 wp_die( __('The e-mail could not be sent.') . "<br />\n" . __('Possible reason: your host may have disabled the mail() function.') ); 393 393
Note: See TracChangeset
for help on using the changeset viewer.