Changes between Initial Version and Version 1 of Ticket #13961, comment 5
- Timestamp:
- 01/14/2011 04:43:56 PM (14 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #13961, comment 5
initial v1 1 The [http://core.trac.wordpress.org/attachment/ticket/16093/16093.patch patch posted on 16093] does not work :1 The [http://core.trac.wordpress.org/attachment/ticket/16093/16093.patch patch posted on 16093] does not work in some cases. 2 2 Patch is bad, It double-decodes `?s=...` search requests, For example, `?s=test%2520search` decodes to `test search` instead of `test%20search`. 3 4 It does however work for `/search/test%2520search/` it searches for `test%20search` as correct.