Remove unused var. Props miqrogroove. fixes #11371
git-svn-id: http://svn.automattic.com/wordpress/trunk@12467 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
parent
8bc1faa751
commit
b6e812db8c
|
@ -11,7 +11,7 @@ require_once('admin.php');
|
|||
|
||||
$title = __('Categories');
|
||||
|
||||
wp_reset_vars( array('action', 'cat') );
|
||||
wp_reset_vars( array('action') );
|
||||
|
||||
if ( isset( $_GET['action'] ) && isset($_GET['delete']) && ( 'delete' == $_GET['action'] || 'delete' == $_GET['action2'] ) )
|
||||
$action = 'bulk-delete';
|
||||
|
|
Loading…
Reference in New Issue