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