Changeset 6266
- Timestamp:
- 10/17/07 20:19:01 (1 year ago)
- Files:
-
- branches/2.3/wp-includes/pluggable.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
branches/2.3/wp-includes/pluggable.php
r6220 r6266 226 226 // Set the from name and email 227 227 $phpmailer->From = apply_filters( 'wp_mail_from', $from_email ); 228 $phpmailer->Sender = apply_filters( 'wp_mail_from', $from_email ); 228 229 $phpmailer->FromName = apply_filters( 'wp_mail_from_name', $from_name ); 229 230
