Changeset 6599

Show
Ignore:
Timestamp:
01/11/08 18:44:44 (8 months ago)
Author:
westi
Message:

Revert #5007 as it causes more trouble than it solves. Fixes #5273 for trunk.

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • trunk/wp-includes/pluggable.php

    r6583 r6599  
    239239    // Set the from name and email 
    240240    $phpmailer->From = apply_filters( 'wp_mail_from', $from_email ); 
    241     $phpmailer->Sender = apply_filters( 'wp_mail_from', $from_email ); 
    242241    $phpmailer->FromName = apply_filters( 'wp_mail_from_name', $from_name ); 
    243242