Opened 7 years ago
Closed 7 years ago
#3761 closed defect (bug) (fixed)
Wrong encoding for spaces in "Tickets by Component" dropdown
| Reported by: |
|
Owned by: |
|
|---|---|---|---|
| Milestone: | Priority: | normal | |
| Component: | Trac | Keywords: | |
| Cc: |
Description
- Go to https://make.wordpress.org/core/reports/.
- Under "Tickets by Component", select any component with spaces in the name, e.g. "Networks and Sites".
- You'll end up on https://core.trac.wordpress.org/component/Networks+and+Sites, which does not list any tickets.
The working URL is https://core.trac.wordpress.org/component/Networks%20and%20Sites, note %20 vs. +.
The code in question is in the trac-notifications plugin.
str_replace( ' ', '+', $component ) was added in [903].
Change History (1)
Note: See
TracTickets for help on using
tickets.
In 7664: