Make WordPress Core


Ignore:
Timestamp:
03/07/2005 06:48:57 AM (20 years ago)
Author:
matt
Message:

Fix for http://mosquito.wordpress.org/view.php?id=980

File:
1 edited

Legend:

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

    r2403 r2415  
    16371637    if( $headers == '' ) {
    16381638        $headers = "MIME-Version: 1.0\n" .
     1639        "From: " . get_settings('admin_email') . "\n" .
    16391640        "Content-Type: text/plain; charset=\"" . get_settings('blog_charset') . "\"\n";
    16401641    }
Note: See TracChangeset for help on using the changeset viewer.