Ticket #35781: 35781.patch
File 35781.patch, 514 bytes (added by , 8 years ago) |
---|
-
wp-includes/pluggable.php
525 525 return $phpmailer->Send(); 526 526 } catch ( phpmailerException $e ) { 527 527 528 $mail_error_data = compact( $to, $subject, $message, $headers, $attachments );528 $mail_error_data = compact( 'to', 'subject', 'message', $headers, $attachments ); 529 529 530 530 /** 531 531 * Fires after a phpmailerException is caught.