Changeset 6265
- Timestamp:
- 10/17/07 20:17:01 (1 year ago)
- Files:
-
- trunk/wp-includes/pluggable.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
trunk/wp-includes/pluggable.php
r6219 r6265 224 224 // Set the from name and email 225 225 $phpmailer->From = apply_filters( 'wp_mail_from', $from_email ); 226 $phpmailer->Sender = apply_filters( 'wp_mail_from', $from_email ); 226 227 $phpmailer->FromName = apply_filters( 'wp_mail_from_name', $from_name ); 227 228
