mirror of
https://github.com/gosticks/wordpress-develop.git
synced 2026-08-12 04:40:26 +00:00
Notice fixes. Props DD32. see #7509
git-svn-id: https://develop.svn.wordpress.org/trunk@8646 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
@@ -12,7 +12,7 @@ foreach( array('activate-selected', 'deactivate-selected', 'delete-selected', 'c
|
||||
if( isset($_GET['action']) )
|
||||
$action = $_GET['action'];
|
||||
|
||||
$plugin = $_REQUEST['plugin'];
|
||||
$plugin = isset($_REQUEST['plugin']) ? $_REQUEST['plugin'] : '';
|
||||
|
||||
if( !empty($action) ) {
|
||||
switch( $action ) {
|
||||
|
||||
Reference in New Issue
Block a user