Opened 14 years ago
Closed 14 years ago
#4520 closed defect (bug) (fixed)
"From" address incorrect
Reported by: |
|
Owned by: | |
---|---|---|---|
Milestone: | 2.3 | Priority: | normal |
Severity: | normal | Version: | 2.3 |
Component: | General | Keywords: | has-patch |
Focuses: | Cc: |
Description
On trunk, the install e-mail has this:
From: Trunk <wordpress@example.com> <wordpress@example.com>
Attachments (1)
Change History (3)
Note: See
TracTickets for help on using
tickets.
I think someone's been coding in the mirror whilst using strpos. strpos finds the first occurrence of the second argument within the first argument.
My attached patch corrects this and the appears to be sent correctly.