Opened 4 years ago
Closed 4 years ago
#11471 closed defect (bug) (fixed)
After bulk comment actions, spaces in a search are removed
| Reported by: |
|
Owned by: |
|
|---|---|---|---|
| Priority: | normal | Milestone: | 3.0 |
| Component: | Administration | Version: | 2.8.4 |
| Severity: | normal | Keywords: | has-patch |
| Cc: |
Description
search for "foo bar" or some other two word term in your comments.
Perform a bulk spam.
On redirect, the space between "foo" and "bar" will be missing.
Attachments (2)
Change History (6)
comment:2
nacin
— 4 years ago
- Keywords has-patch added
edit-comments.php handles redirection after a bulk action unlike the other pages. Instead of using wp_get_referer(), remove the query args it needs to, and adds the query args it needs to, it uses a base of "edit-comments.php" then adds on everything, including existing contextual query args such as the search query.
Patch follows the lead set by other pages. Alternatively, we can simply urlencode() $_REQUESTs? on what is currently line 106.
comment:3
westi
— 4 years ago
- Milestone changed from 2.9 to 3.0
- Owner set to westi
- Status changed from new to accepted
- Version changed from 2.9 to 2.8.4
This also exists in 2.8.
I would prefer to fix it the full way but this will have to wait for 3.0 as it is not a regression.
Confirmed. Really strange.