Opened 9 years ago
Closed 9 years ago
#35712 closed defect (bug) (fixed)
urldecode for search Param in plugins.php Page
Reported by: |
|
Owned by: |
|
---|---|---|---|
Milestone: | 4.5 | Priority: | normal |
Severity: | normal | Version: | |
Component: | Plugins | Keywords: | needs-patch |
Focuses: | administration | Cc: |
Description
During search plugin for example "WordPress Importer" I see text: "Search results for "WordPress+Importer"
Attachments (1)
Change History (6)
#2
@
9 years ago
I think $s
must be encoded since it's used also in other places (for example for a redirect). By the way it shouldn't be used for the search title and maybe there's the need for a new variable?
Worth noting this happens also in the Themes screens, I guess for different reasons since they're JS based. For example, search for "Twenty Eleven" and then refresh the page: the content of the search field changes in "Twenty+Eleven".
Note: See
TracTickets for help on using
tickets.
This patch fixed search plugins with two words. I can't found plugin with name for example: "LayerSlider WP"