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

git-svn-id: http://svn.automattic.com/wordpress/branches/2.3@6706 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
ryan 2008-02-02 17:44:27 +00:00
parent 57c41f52a0
commit f64a4081fd
1 changed files with 0 additions and 1 deletions

View 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