#18333 closed enhancement (fixed)
Deprecate get_userdatabylogin() and get_user_by_email()
| Reported by: |
|
Owned by: |
|
|---|---|---|---|
| Priority: | normal | Milestone: | 3.3 |
| Component: | Users | Version: | |
| Severity: | normal | Keywords: | has-patch |
| Cc: |
Description
They have ugly names and are just wrappers for get_user_by().
We should at least not use them in Core anymore.
Attachments (3)
Change History (11)
Note: See
TracTickets for help on using
tickets.
While adding them to pluggable-deprecated.php, the patch doesn't remove them from pluggable.php. Is that intended?