Changeset 15823 for trunk/wp-admin/edit-tags.php
- Timestamp:
- 10/16/2010 11:50:09 PM (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-admin/edit-tags.php
r15820 r15823 340 340 // Back compat hooks. Deprecated in preference to {$taxonomy}_add_form 341 341 if ( 'category' == $taxonomy ) 342 do_action(' add_category_form', (object)array('parent' => 0) );342 do_action('edit_category_form', (object)array('parent' => 0) ); 343 343 elseif ( 'link_category' == $taxonomy ) 344 do_action(' add_link_category_form', (object)array('parent' => 0) );344 do_action('edit_link_category_form', (object)array('parent' => 0) ); 345 345 else 346 346 do_action('add_tag_form', $taxonomy);
Note: See TracChangeset
for help on using the changeset viewer.