Changeset 15678
- Timestamp:
- 10/01/2010 06:32:47 PM (14 years ago)
- Location:
- trunk/wp-includes
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-includes/ms-default-filters.php
r15600 r15678 48 48 49 49 // Mail 50 add_filter( 'wp_mail_from', 'wordpressmu_wp_mail_from' );51 50 add_action( 'phpmailer_init', 'fix_phpmailer_messageid' ); 52 51 -
trunk/wp-includes/ms-functions.php
r15675 r15678 1373 1373 } 1374 1374 1375 function wordpressmu_wp_mail_from( $email ) {1376 if ( strpos( $email, 'wordpress@' ) !== false )1377 $email = get_option( 'admin_email' );1378 return $email;1379 }1380 1381 1375 function signup_nonce_fields() { 1382 1376 $id = mt_rand();
Note: See TracChangeset
for help on using the changeset viewer.