Changeset 6599
- Timestamp:
- 01/11/08 18:44:44 (8 months ago)
- Files:
-
- trunk/wp-includes/pluggable.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
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
