Ticket #5007: patch.diff
File patch.diff, 489 bytes (added by , 17 years ago) |
---|
-
wp-includes/pluggable.php
225 225 226 226 // Set the from name and email 227 227 $phpmailer->From = apply_filters( 'wp_mail_from', $from_email ); 228 $phpmailer->Sender = apply_filters( 'wp_mail_from', $from_email ); 228 229 $phpmailer->FromName = apply_filters( 'wp_mail_from_name', $from_name ); 229 230 230 231 // Set destination address