]> scripts.mit.edu Git - autoinstalls/wordpress.git/blobdiff - wp-includes/pluggable.php
Wordpress 2.3.3
[autoinstalls/wordpress.git] / wp-includes / pluggable.php
index 32281e67d78a8bab50be9a3611c43ba17d85bdee..6cff71d27687a4487fcf545ee75628d0256079e6 100644 (file)
@@ -225,7 +225,6 @@ function wp_mail( $to, $subject, $message, $headers = '' ) {
 
        // Set the from name and email
        $phpmailer->From = apply_filters( 'wp_mail_from', $from_email );
-       $phpmailer->Sender = apply_filters( 'wp_mail_from', $from_email );
        $phpmailer->FromName = apply_filters( 'wp_mail_from_name', $from_name );
 
        // Set destination address