Opened 15 years ago
Closed 15 years ago
#17719 closed defect (bug) (fixed)
users.php sets search term to **
| Reported by: |
|
Owned by: |
|
|---|---|---|---|
| Milestone: | 3.2 | Priority: | normal |
| Severity: | normal | Version: | |
| Component: | Users | Keywords: | |
| Focuses: | Cc: |
Description (last modified by )
Due to [17189], "**" is passed to WP_User_Query() when the search terms are empty. This results in a query containing "(user_login LIKE '%%' OR user_nicename LIKE '%%')".
Change History (2)
Note: See
TracTickets for help on using
tickets.
In [18179]: