#6462 closed defect (bug) (fixed)
Bug with search in users.php when user not found
| Reported by: |
|
Owned by: |
|
|---|---|---|---|
| Priority: | normal | Milestone: | 2.5.1 |
| Component: | Administration | Version: | 2.5.1 |
| Severity: | major | Keywords: | Administration, user management, search has-patch |
| Cc: |
Description
When you do a search in the user administration script users.php and the user does not exist, When you try to do a new search wordpress gives an error because it seems to think that you are attempting to add a new user. This happens when you use the enter key or click on the search button.
Under view source, it's missing the </form> for the <form id="posts-filter" action="" method="get"> so treats it as an add user request.
Attachments (1)
Change History (4)
comment:2
markjaquith — 5 years ago
- Resolution set to fixed
- Status changed from new to closed
comment:3
markjaquith — 5 years ago
Note: See
TracTickets for help on using
tickets.

Patch attached. Moved the </form> outside of the if statement.