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:
Ryan Boren
2008-08-14 17:00:37 +00:00
parent ab17f7283c
commit 197fc1d118
12 changed files with 56 additions and 40 deletions
+1 -1
View File
@@ -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 ) {