Changeset 26121
- Timestamp:
- 11/13/2013 03:44:16 AM (11 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-includes/pluggable.php
r26115 r26121 307 307 308 308 // Empty out the values that may be set 309 $phpmailer->ClearAddresses();310 309 $phpmailer->ClearAllRecipients(); 311 310 $phpmailer->ClearAttachments(); 312 $phpmailer->ClearBCCs();313 $phpmailer->ClearCCs();314 311 $phpmailer->ClearCustomHeaders(); 315 312 $phpmailer->ClearReplyTos();
Note: See TracChangeset
for help on using the changeset viewer.