Remove unused var. Props miqrogroove. fixes #11371
git-svn-id: https://develop.svn.wordpress.org/trunk@12467 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
parent
d2128b8fb9
commit
0db9760bd4
@ -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
Block a user