diff --git a/wp-admin/edit-tag-form.php b/wp-admin/edit-tag-form.php index dd611dacbb..5e1ca0eeef 100644 --- a/wp-admin/edit-tag-form.php +++ b/wp-admin/edit-tag-form.php @@ -18,16 +18,12 @@ if ( empty($tag_ID) ) { ?> // Back compat hooks if ( 'category' == $taxonomy ) { - /** This action is documented in wp-admin/edit-tags.php */ do_action( 'edit_category_form_pre', $tag ); } elseif ( 'link_category' == $taxonomy ) { - /** This action is documented in wp-admin/edit-tags.php */ do_action( 'edit_link_category_form_pre', $tag ); } else { - /** This action is documented in wp-admin/edit-tags.php */ do_action( 'edit_tag_form_pre', $tag ); } -/** This action is documented in wp-admin/edit-tags.php */ do_action( "{$taxonomy}_pre_edit_form", $tag, $taxonomy ); ?>
Note:
Deleting a category does not delete the posts in that category. Instead, posts that were only assigned to the deleted category are set to the category %s.'), apply_filters('the_category', get_cat_name(get_option('default_category')))) ?>
category to tag converter.'), 'import.php') ?>
@@ -437,7 +438,7 @@ if ( current_user_can($tax->cap->edit_terms) ) { * * The dynamic portion of the hook name, $taxonomy, refers to the taxonomy slug. * - * @since 3.0.0 + * @since 3.7.0 */ ?>