Changeset 8600 for trunk/wp-admin/edit-link-categories.php
- Timestamp:
- 08/09/2008 05:36:14 AM (17 years ago)
- File:
-
- 1 edited
-
trunk/wp-admin/edit-link-categories.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-admin/edit-link-categories.php
r8388 r8600 12 12 $cat_name = get_term_field('name', $cat_ID, 'link_category'); 13 13 $default_cat_id = get_option('default_link_category'); 14 14 15 15 // Don't delete the default cats. 16 16 if ( $cat_ID == $default_cat_id )
Note: See TracChangeset
for help on using the changeset viewer.