Ticket #39469: 39469.diff
File 39469.diff, 490 bytes (added by , 9 years ago) |
---|
-
src/wp-includes/pluggable.php
diff --git a/src/wp-includes/pluggable.php b/src/wp-includes/pluggable.php index aa9b1adf4..3e6fbe14d 100644
a b function wp_mail( $to, $subject, $message, $headers = '', $attachments = array() 478 478 479 479 // Send! 480 480 try { 481 return $phpmailer-> Send();481 return $phpmailer->send(); 482 482 } catch ( phpmailerException $e ) { 483 483 484 484 $mail_error_data = compact( 'to', 'subject', 'message', 'headers', 'attachments' );