Ticket #25789: 25789.diff
File 25789.diff, 486 bytes (added by , 11 years ago) |
---|
-
wp-includes/pluggable.php
306 306 } 307 307 308 308 // Empty out the values that may be set 309 $phpmailer->ClearAddresses();310 309 $phpmailer->ClearAllRecipients(); 311 310 $phpmailer->ClearAttachments(); 312 $phpmailer->ClearBCCs();313 $phpmailer->ClearCCs();314 311 $phpmailer->ClearCustomHeaders(); 315 312 $phpmailer->ClearReplyTos(); 316 313