Changeset 2415 for trunk/wp-includes/functions.php
- Timestamp:
- 03/07/2005 06:48:57 AM (20 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-includes/functions.php
r2403 r2415 1637 1637 if( $headers == '' ) { 1638 1638 $headers = "MIME-Version: 1.0\n" . 1639 "From: " . get_settings('admin_email') . "\n" . 1639 1640 "Content-Type: text/plain; charset=\"" . get_settings('blog_charset') . "\"\n"; 1640 1641 }
Note: See TracChangeset
for help on using the changeset viewer.