Changeset 40 for trunk/wp-admin/linkcategories.php
- Timestamp:
- 05/22/2003 10:51:40 PM (22 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-admin/linkcategories.php
r38 r40 74 74 $standalone = 1; 75 75 include_once("./b2header.php"); 76 include_once("./links.php");77 76 78 77 $cat_id = $HTTP_POST_VARS["cat_id"]; … … 98 97 { 99 98 include_once ("./b2header.php"); 100 include_once("./links.php");101 99 $cat_id = $HTTP_POST_VARS["cat_id"]; 102 100 $cat_name=get_linkcatname($cat_id);
Note: See TracChangeset
for help on using the changeset viewer.