Make WordPress Core

Opened 14 years ago

Closed 14 years ago

#18148 closed defect (bug) (duplicate)

Searching installed plugins - missing space problem

Reported by: pavelevap's profile pavelevap 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)

18148.patch (704 bytes) - added by SergeyBiryukov 14 years ago.

Download all attachments as: .zip

Change History (3)

#1 @SergeyBiryukov
14 years ago

  • Keywords has-patch added

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

#2 @kawauso
14 years ago

  • Keywords has-patch removed
  • Milestone Awaiting Review deleted
  • Resolution set to duplicate
  • Status changed from new to closed

Duplicate: #16548

Note: See TracTickets for help on using tickets.