Opened 16 years ago
Closed 15 years ago
#11745 closed defect (bug) (fixed)
deprecate validate_email()
Reported by: |
|
Owned by: |
|
---|---|---|---|
Milestone: | 3.0 | Priority: | normal |
Severity: | normal | Version: | 3.0 |
Component: | Multisite | Keywords: | has-patch commit |
Focuses: | Cc: |
Description
wp-includes/ms-functions.php contains new functions such as is_email_address_unsafe() and validate_email().
we should at least deprecate validate_email() in favor of is_email().
Attachments (1)
Change History (6)
Note: See
TracTickets for help on using
tickets.
The is_email_address_unsafe is for preventing signups using email addresses that are banned by a super admin.