Changeset 9481 for trunk/wp-admin/edit-link-categories.php
- Timestamp:
- 11/02/2008 11:52:49 PM (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
r9363 r9481 182 182 183 183 <?php if ( current_user_can('manage_categories') ) { 184 do_action('add_link_category_form_pre', $category); ?>184 $category = (object) array(); $category->parent = 0; do_action('add_link_category_form_pre', $category); ?> 185 185 186 186 <div class="form-wrap">
Note: See TracChangeset
for help on using the changeset viewer.