Make WordPress Core


Ignore:
Timestamp:
02/12/2005 01:22:36 AM (21 years ago)
Author:
saxmatt
Message:

We send the charset so we shouldn't need to do character conversion

File:
1 edited

Legend:

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

    r2256 r2277  
    15741574    }
    15751575
    1576     if ( function_exists('mb_send_mail') )
    1577         return @mb_send_mail($to, $subject, $message, $headers, $more);
    1578     else
    1579         return @mail($to, $subject, $message, $headers, $more);
     1576    return @mail($to, $subject, $message, $headers, $more);
    15801577}
    15811578
Note: See TracChangeset for help on using the changeset viewer.