Changeset 2477 for trunk/wp-includes/functions.php
- Timestamp:
- 03/25/2005 09:41:45 PM (20 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-includes/functions.php
r2457 r2477 1654 1654 function wp_mail($to, $subject, $message, $headers = '') { 1655 1655 if( $headers == '' ) { 1656 $headers = "MIME-Version: 1.0\ n" .1657 "From: " . get_settings('admin_email') . "\ n" .1658 "Content-Type: text/plain; charset=\"" . get_settings('blog_charset') . "\"\ n";1656 $headers = "MIME-Version: 1.0\r\n" . 1657 "From: " . get_settings('admin_email') . "\r\n" . 1658 "Content-Type: text/plain; charset=\"" . get_settings('blog_charset') . "\"\r\n"; 1659 1659 } 1660 1660
Note: See TracChangeset
for help on using the changeset viewer.