Changes between Initial Version and Version 2 of Ticket #23192
- Timestamp:
- 01/13/2013 10:28:01 PM (12 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #23192
- Property Keywords has-patch added; 2nd-opinion removed
-
Property
Milestone
changed from
Awaiting Review
to3.6
-
Ticket #23192 – Description
initial v2 1 1 Comes up after reading #23190. 2 2 3 Since `is_user_spammy` expects a user name, we should replace it with get_user_by( 'login', $username ). Same for the id.3 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.