#18333 closed enhancement (fixed)
Deprecate get_userdatabylogin() and get_user_by_email()
| Reported by: | scribu | Owned by: | ryan |
|---|---|---|---|
| Priority: | normal | Milestone: | 3.3 |
| Component: | Users | Version: | |
| Severity: | normal | Keywords: | has-patch |
| Cc: | Focuses: |
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.
![(please configure the [header_logo] section in trac.ini)](/chrome/site/your_project_logo.png)
While adding them to
pluggable-deprecated.php, the patch doesn't remove them frompluggable.php. Is that intended?