Make WordPress Core

Changeset 26121


Ignore:
Timestamp:
11/13/2013 03:44:16 AM (11 years ago)
Author:
SergeyBiryukov
Message:

Remove redundant cleanup of PHPMailer addresses in wp_mail().

props bananastalktome.
fixes #25789.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/wp-includes/pluggable.php

    r26115 r26121  
    307307
    308308    // Empty out the values that may be set
    309     $phpmailer->ClearAddresses();
    310309    $phpmailer->ClearAllRecipients();
    311310    $phpmailer->ClearAttachments();
    312     $phpmailer->ClearBCCs();
    313     $phpmailer->ClearCCs();
    314311    $phpmailer->ClearCustomHeaders();
    315312    $phpmailer->ClearReplyTos();
Note: See TracChangeset for help on using the changeset viewer.