diff --git a/wp-admin/edit-tag-form.php b/wp-admin/edit-tag-form.php index d233b3091e..a5ed447a6f 100644 --- a/wp-admin/edit-tag-form.php +++ b/wp-admin/edit-tag-form.php @@ -165,7 +165,9 @@ do_action( "{$taxonomy}_term_edit_form_top", $tag, $taxonomy ); $dropdown_args = apply_filters( 'taxonomy_parent_dropdown_args', $dropdown_args, $taxonomy, 'edit' ); wp_dropdown_categories( $dropdown_args ); ?> -

+

+ +

diff --git a/wp-admin/edit-tags.php b/wp-admin/edit-tags.php index 2e4dd35797..20261fe70a 100644 --- a/wp-admin/edit-tags.php +++ b/wp-admin/edit-tags.php @@ -436,8 +436,10 @@ do_action( "{$taxonomy}_term_new_form_tag" ); wp_dropdown_categories( $dropdown_args ); ?> - -

+ +

+ +

diff --git a/wp-includes/version.php b/wp-includes/version.php index e62b8ff8c4..596f422ac5 100644 --- a/wp-includes/version.php +++ b/wp-includes/version.php @@ -4,7 +4,7 @@ * * @global string $wp_version */ -$wp_version = '4.8-alpha-39894'; +$wp_version = '4.8-alpha-39895'; /** * Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.