Changeset 6599
- Timestamp:
- 01/11/2008 06:44:44 PM (17 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-includes/pluggable.php
r6583 r6599 239 239 // Set the from name and email 240 240 $phpmailer->From = apply_filters( 'wp_mail_from', $from_email ); 241 $phpmailer->Sender = apply_filters( 'wp_mail_from', $from_email );242 241 $phpmailer->FromName = apply_filters( 'wp_mail_from_name', $from_name ); 243 242
Note: See TracChangeset
for help on using the changeset viewer.