Changeset 10542 for branches/2.7/wp-includes/pluggable.php
- Timestamp:
- 02/10/2009 11:55:07 PM (17 years ago)
- File:
-
- 1 edited
-
branches/2.7/wp-includes/pluggable.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
branches/2.7/wp-includes/pluggable.php
r10462 r10542 307 307 $from_email = trim( $from_email ); 308 308 } else { 309 $from_ name= trim( $content );309 $from_email = trim( $content ); 310 310 } 311 311 } elseif ( 'content-type' == strtolower($name) ) {
Note: See TracChangeset
for help on using the changeset viewer.