Changeset 6265
- Timestamp:
- 10/17/2007 08:17:01 PM (17 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
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
Note: See TracChangeset
for help on using the changeset viewer.