Make WordPress Core

Ticket #25789: 25789.diff

File 25789.diff, 486 bytes (added by bananastalktome, 11 years ago)
  • wp-includes/pluggable.php

     
    306306        }
    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();
    316313