Make WordPress Core

Changeset 6706


Ignore:
Timestamp:
02/02/2008 05:44:27 PM (17 years ago)
Author:
ryan
Message:

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

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/2.3/wp-includes/pluggable.php

    r6443 r6706  
    226226    // Set the from name and email
    227227    $phpmailer->From = apply_filters( 'wp_mail_from', $from_email );
    228     $phpmailer->Sender = apply_filters( 'wp_mail_from', $from_email );
    229228    $phpmailer->FromName = apply_filters( 'wp_mail_from_name', $from_name );
    230229
Note: See TracChangeset for help on using the changeset viewer.