Make it possible to clear the recently active plugins list. Fixes #7613 props caesarsgrunt.
git-svn-id: http://svn.automattic.com/wordpress/trunk@8755 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
parent
00583d64eb
commit
cf7387ec40
|
@ -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…
Reference in New Issue