Make WordPress Core


Ignore:
Timestamp:
02/24/2005 06:59:52 PM (21 years ago)
Author:
ryan
Message:

Fix bulk link operations. http://mosquito.wordpress.org/view.php?id=949

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/wp-admin/link-manager.php

    r2368 r2376  
    6767if ('' != $_POST['visibility']) $action = 'visibility';
    6868if ('' != $_POST['move']) $action = 'move';
     69if ('' != $_POST['linkcheck']) $linkcheck = $_POST[linkcheck];
    6970
    7071switch ($action) {
Note: See TracChangeset for help on using the changeset viewer.