Changeset 26339 for trunk/src/wp-admin/edit-tag-form.php
- Timestamp:
- 11/23/2013 09:17:24 PM (11 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-admin/edit-tag-form.php
r26274 r26339 19 19 // Back compat hooks 20 20 if ( 'category' == $taxonomy ) { 21 /** This action is documented in wp-admin/edit-tags.php */22 21 do_action( 'edit_category_form_pre', $tag ); 23 22 } elseif ( 'link_category' == $taxonomy ) { 24 /** This action is documented in wp-admin/edit-tags.php */25 23 do_action( 'edit_link_category_form_pre', $tag ); 26 24 } else { 27 /** This action is documented in wp-admin/edit-tags.php */28 25 do_action( 'edit_tag_form_pre', $tag ); 29 26 } 30 /** This action is documented in wp-admin/edit-tags.php */31 27 do_action( "{$taxonomy}_pre_edit_form", $tag, $taxonomy ); ?> 32 28
Note: See TracChangeset
for help on using the changeset viewer.