Fix bulk link operations. http://mosquito.wordpress.org/view.php?id=949
git-svn-id: http://svn.automattic.com/wordpress/trunk@2376 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
parent
639a2a93d2
commit
8d7f5b8cae
|
@ -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