diff --git a/src/wp-admin/edit-tag-form.php b/src/wp-admin/edit-tag-form.php index 9d5ceb55c1..552cd4c8a9 100644 --- a/src/wp-admin/edit-tag-form.php +++ b/src/wp-admin/edit-tag-form.php @@ -80,13 +80,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 6c5ace039c..cca4530f45 100644 --- a/src/wp-admin/edit-tags.php +++ b/src/wp-admin/edit-tags.php @@ -447,20 +447,20 @@ if ( current_user_can($tax->cap->edit_terms) ) { -
+

-
+

-
+
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'))); ?> @@ -112,7 +112,7 @@ do_action( "{$taxonomy}_pre_edit_form", $tag, $taxonomy ); ?>