Opened 4 months ago
Last modified 3 months ago
#23192 closed enhancement
Use get_user_by() in is_user_spammy() — at Version 2
| Reported by: |
|
Owned by: | |
|---|---|---|---|
| Priority: | normal | Milestone: | 3.6 |
| Component: | Multisite | Version: | |
| Severity: | normal | Keywords: | has-patch commit needs-unit-tests |
| Cc: | bananastalktome@… |
Description (last modified by SergeyBiryukov)
Comes up after reading #23190.
Since is_user_spammy expects a user name, we should replace get_user_id_from_string( $username ) with get_user_by( 'login', $username ). Same for the id.
Change History (3)
Note: See
TracTickets for help on using
tickets.

I agree. We could then deprecate get_user_id_from_string(), since it's the only instance in core.