Opened 3 years ago
Closed 3 years ago
#11745 closed defect (bug) (fixed)
deprecate validate_email()
| Reported by: |
|
Owned by: |
|
|---|---|---|---|
| Priority: | normal | Milestone: | 3.0 |
| Component: | Multisite | Version: | 3.0 |
| Severity: | normal | Keywords: | has-patch commit |
| 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)
- Resolution set to fixed
- Status changed from accepted to closed
- Keywords has-patch commit added
- Resolution fixed deleted
- Status changed from closed to reopened
Just need to add the '_deprecated_function' function inside validate_email function so so people can be advised to update.
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.