diff --git a/wp-admin/edit.php b/wp-admin/edit.php index a104861d99..105b6d2fbd 100644 --- a/wp-admin/edit.php +++ b/wp-admin/edit.php @@ -10,7 +10,8 @@ require_once('admin.php'); // Handle bulk actions -if ( isset($_GET['action']) && $_GET['action'] != 'Actions' ) { +if ( !empty($_GET['action']) && $_GET['action'] != 'Actions' ) { + echo "Ation is " . $_GET['action']; switch ( $_GET['action'] ) { case 'delete': if ( isset($_GET['post']) ) {