Changeset 14139 for trunk/wp-admin/link-category.php
- Timestamp:
- 04/18/2010 06:14:45 AM (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-admin/link-category.php
r9967 r14139 11 11 12 12 /** Load WordPress Administration Bootstrap */ 13 require_once(' admin.php');13 require_once('./admin.php'); 14 14 15 15 wp_reset_vars(array('action', 'cat')); … … 68 68 $cat_ID = (int) $_GET['cat_ID']; 69 69 $category = get_term_to_edit($cat_ID, 'link_category'); 70 include(' edit-link-category-form.php');71 include(' admin-footer.php');70 include('./edit-link-category-form.php'); 71 include('./admin-footer.php'); 72 72 exit; 73 73 break;
Note: See TracChangeset
for help on using the changeset viewer.