Make WordPress Core


Ignore:
Timestamp:
10/01/2010 06:32:47 PM (15 years ago)
Author:
ryan
Message:

Remove wordpressmu_wp_mail_from(). fixes #14586

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/wp-includes/ms-functions.php

    r15675 r15678  
    13731373}
    13741374
    1375 function wordpressmu_wp_mail_from( $email ) {
    1376     if ( strpos( $email, 'wordpress@' ) !== false )
    1377         $email = get_option( 'admin_email' );
    1378     return $email;
    1379 }
    1380 
    13811375function signup_nonce_fields() {
    13821376    $id = mt_rand();
Note: See TracChangeset for help on using the changeset viewer.