Changeset 6706
- Timestamp:
- 02/02/2008 05:44:27 PM (17 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/2.3/wp-includes/pluggable.php
r6443 r6706 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 );229 228 $phpmailer->FromName = apply_filters( 'wp_mail_from_name', $from_name ); 230 229
Note: See TracChangeset
for help on using the changeset viewer.