#18333 closed enhancement (fixed)
Deprecate get_userdatabylogin() and get_user_by_email()
| Reported by: |
|
Owned by: |
|
|---|---|---|---|
| Milestone: | 3.3 | Priority: | normal |
| Severity: | normal | Version: | |
| Component: | Users | Keywords: | has-patch |
| Focuses: | 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 frompluggable.php. Is that intended?