Make it possible to clear the recently active plugins list. Fixes #7613 props caesarsgrunt.
git-svn-id: https://develop.svn.wordpress.org/trunk@8755 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
parent
e7559c8134
commit
d3040067f7
@ -17,7 +17,7 @@ foreach( array('activate-selected', 'deactivate-selected', 'delete-selected', 'c
|
||||
}
|
||||
}
|
||||
|
||||
if( isset($_REQUEST['action']) )
|
||||
if( isset($_REQUEST['action']) && !empty($_REQUEST['action']) )
|
||||
$action = $_REQUEST['action'];
|
||||
|
||||
$plugin = isset($_REQUEST['plugin']) ? $_REQUEST['plugin'] : '';
|
||||
|
Loading…
x
Reference in New Issue
Block a user