Opened 14 years ago
Closed 14 years ago
#18148 closed defect (bug) (duplicate)
Searching installed plugins - missing space problem
Reported by: |
|
Owned by: | |
---|---|---|---|
Milestone: | Priority: | normal | |
Severity: | normal | Version: | 3.2.1 |
Component: | Plugins | Keywords: | |
Focuses: | Cc: |
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)
Note: See
TracTickets for help on using
tickets.
Works for me with
urlencode()
. Looks likeurldecode()
for display is not required, since$s
is restored inwp_reset_vars()
.