diff --git a/wp-admin/edit-tag-form.php b/wp-admin/edit-tag-form.php
index a5ed447a6f..d676f73a09 100644
--- a/wp-admin/edit-tag-form.php
+++ b/wp-admin/edit-tag-form.php
@@ -146,7 +146,7 @@ do_action( "{$taxonomy}_term_edit_form_top", $tag, $taxonomy );
- |
+ |
-
+
0,
diff --git a/wp-includes/version.php b/wp-includes/version.php
index a6585aa598..751b617a45 100644
--- a/wp-includes/version.php
+++ b/wp-includes/version.php
@@ -4,7 +4,7 @@
*
* @global string $wp_version
*/
-$wp_version = '4.8-alpha-40145';
+$wp_version = '4.8-alpha-40146';
/**
* Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.
|