Fix bulk link operations. http://mosquito.wordpress.org/view.php?id=949
git-svn-id: https://develop.svn.wordpress.org/trunk@2376 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
parent
33fc094664
commit
2fc5869568
@ -66,6 +66,7 @@ $links_show_order = $_COOKIE['links_show_order_' . COOKIEHASH];
|
||||
if ('' != $_POST['assign']) $action = 'assign';
|
||||
if ('' != $_POST['visibility']) $action = 'visibility';
|
||||
if ('' != $_POST['move']) $action = 'move';
|
||||
if ('' != $_POST['linkcheck']) $linkcheck = $_POST[linkcheck];
|
||||
|
||||
switch ($action) {
|
||||
case 'assign':
|
||||
|
Loading…
Reference in New Issue
Block a user