Opened 22 months ago
Closed 22 months ago
#18148 closed defect (bug) (duplicate)
Searching installed plugins - missing space problem
| Reported by: |
|
Owned by: | |
|---|---|---|---|
| Priority: | normal | Milestone: | |
| Component: | Plugins | Version: | 3.2.1 |
| Severity: | normal | Keywords: | |
| Cc: | pavelevap@… |
Description
- Go to Plugins
- Search for installed plugin with specifying two key words, for example "role scoper".
- Plugin Role Scoper will be found (if installed), above will be text Search results for "role scoper".
- Activate or deactivate this plugin.
- Plugin disappears and text will be changed to Search results for "rolescoper" (missing space).
Main problem is probably missing space after de/activating plugin.
Attachments (1)
Change History (3)
SergeyBiryukov — 22 months ago
comment:1
SergeyBiryukov — 22 months ago
- Keywords has-patch added
Note: See
TracTickets for help on using
tickets.

Works for me with urlencode(). Looks like urldecode() for display is not required, since $s is restored in wp_reset_vars().