Opened 3 years ago
Closed 3 years ago
#14628 closed defect (bug) (fixed)
sanitize_email() broken
| Reported by: |
|
Owned by: | |
|---|---|---|---|
| Priority: | normal | Milestone: | 3.1 |
| Component: | Formatting | Version: | 3.1 |
| Severity: | trivial | Keywords: | has-patch commit |
| Cc: |
Description
sanitize_email() does not sanitize as expected because of typo in regexp
var_dump( sanitize_email( 'ozh@(ozh).org' ) );
Before patch:
string(13) "ozh@(ozh).org"
After patch:
string(11) "ozh@ozh.org"
Attachments (1)
Change History (4)
Note: See
TracTickets for help on using
tickets.

[16207]