Changeset 5396 for trunk/wp-mail.php
- Timestamp:
- 05/05/2007 02:51:20 AM (19 years ago)
- File:
-
- 1 edited
-
trunk/wp-mail.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-mail.php
r5188 r5396 63 63 // Set the author using the email address (To or Reply-To, the last used) 64 64 // otherwise use the site admin 65 if (preg_match('/From: /', $line) | preg_match(' Reply-To: /', $line)) {65 if (preg_match('/From: /', $line) | preg_match('/Reply-To: /', $line)) { 66 66 $author=trim($line); 67 67 if ( ereg("([a-zA-Z0-9\_\-\.]+@[\a-zA-z0-9\_\-\.]+)", $author , $regs) ) {
Note:
See TracChangeset
for help on using the changeset viewer.
![(please configure the [header_logo] section in trac.ini)](/chrome/site/your_project_logo.png)