Changeset 15678 for trunk/wp-includes/ms-functions.php
- Timestamp:
- 10/01/2010 06:32:47 PM (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
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.