Make WordPress Core


Ignore:
Timestamp:
05/22/2003 10:51:40 PM (22 years ago)
Author:
mikelittle
Message:

More changes for new admin path. Removed relocated files.
Moved some more files from b2-include to wp-admin.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/wp-admin/linkcategories.php

    r38 r40  
    7474    $standalone = 1;
    7575    include_once("./b2header.php");
    76     include_once("./links.php");
    7776
    7877    $cat_id = $HTTP_POST_VARS["cat_id"];
     
    9897  {
    9998    include_once ("./b2header.php");
    100     include_once("./links.php");
    10199    $cat_id = $HTTP_POST_VARS["cat_id"];
    102100    $cat_name=get_linkcatname($cat_id);
Note: See TracChangeset for help on using the changeset viewer.