diff --git a/src/wp-admin/edit-tag-form.php b/src/wp-admin/edit-tag-form.php index e9b76852d0..71c2dd97d3 100644 --- a/src/wp-admin/edit-tag-form.php +++ b/src/wp-admin/edit-tag-form.php @@ -81,13 +81,13 @@ do_action( "{$taxonomy}_pre_edit_form", $tag, $taxonomy ); ?> - + - + - + - + diff --git a/src/wp-admin/edit-tags.php b/src/wp-admin/edit-tags.php index cca4530f45..84e56852b5 100644 --- a/src/wp-admin/edit-tags.php +++ b/src/wp-admin/edit-tags.php @@ -448,20 +448,20 @@ if ( current_user_can($tax->cap->edit_terms) ) {
- +

- +

- + 0, @@ -501,7 +501,7 @@ if ( current_user_can($tax->cap->edit_terms) ) {
- +

0, 'hide_if_empty' => false, 'name' => 'parent', 'orderby' => 'name', 'taxonomy' => $taxonomy, 'selected' => $tag->parent, 'exclude_tree' => $tag->term_id, 'hierarchical' => true, 'show_option_none' => __('None'))); ?> @@ -113,7 +113,7 @@ do_action( "{$taxonomy}_pre_edit_form", $tag, $taxonomy ); ?>