Make WordPress Core


Ignore:
Timestamp:
02/10/2009 11:55:07 PM (17 years ago)
Author:
ryan
Message:

If no angle brackets, assume email address. Props donncha. fixes #9086 for 2.7

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/2.7/wp-includes/pluggable.php

    r10462 r10542  
    307307                        $from_email = trim( $from_email );
    308308                    } else {
    309                         $from_name = trim( $content );
     309                        $from_email = trim( $content );
    310310                    }
    311311                } elseif ( 'content-type' == strtolower($name) ) {
Note: See TracChangeset for help on using the changeset viewer.