Make WordPress Core

Opened 9 years ago

Last modified 5 years ago

#32235 new defect (bug)

When searching through installed plugins $context changes to 'all' after an available update

Reported by: szepeviktor's profile szepe.viktor Owned by:
Milestone: Priority: normal
Severity: normal Version: 4.2.1
Component: Plugins Keywords: has-patch
Focuses: Cc:

Description

Let's search for "git" in the installed plugins.
There are 3 results and update is available for the second one.
The $context for the third plugin will chage from "search" to "all" in
apply_filters( $prefix . 'plugin_action_links' ...

Attachments (2)

context.jpg (164.0 KB) - added by szepe.viktor 9 years ago.
context after 'c:'
32235.diff (737 bytes) - added by pareshradadiya 9 years ago.
set $status to search

Download all attachments as: .zip

Change History (4)

@szepe.viktor
9 years ago

context after 'c:'

@pareshradadiya
9 years ago

set $status to search

#1 @pareshradadiya
9 years ago

  • Keywords has-patch added

#2 @pareshradadiya
9 years ago

$context changes to 'all' after plugin with update

https://cldup.com/g2-P7b0iLT.png

Set $status = 'search' when isset( $_REQUEST['s'] ) is true

https://cldup.com/f6kAuIFWxT.png

Note: See TracTickets for help on using tickets.