Make WordPress Core

Changes between Initial Version and Version 1 of Ticket #13961, comment 5


Ignore:
Timestamp:
01/14/2011 04:43:56 PM (14 years ago)
Author:
dd32
Comment:

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:
     1The [http://core.trac.wordpress.org/attachment/ticket/16093/16093.patch patch posted on 16093] does not work in some cases.
    22 Patch is bad, It double-decodes `?s=...` search requests, For example, `?s=test%2520search` decodes to `test search` instead of `test%20search`.
     3
     4It does however work for `/search/test%2520search/` it searches for `test%20search` as correct.