diff --git a/wp-admin/edit-tag-form.php b/wp-admin/edit-tag-form.php index d9658bbc03..3a49692034 100644 --- a/wp-admin/edit-tag-form.php +++ b/wp-admin/edit-tag-form.php @@ -70,18 +70,22 @@ do_action( "{$taxonomy}_pre_edit_form", $tag, $taxonomy ); ?>

labels->edit_item; ?>

- -
+ + - +
diff --git a/wp-includes/version.php b/wp-includes/version.php index 7fb21fcb56..47e52d8feb 100644 --- a/wp-includes/version.php +++ b/wp-includes/version.php @@ -13,7 +13,7 @@ * * @global string $wp_version */ -$wp_version = '5.1-beta1-44662'; +$wp_version = '5.1-beta1-44663'; /** * Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.