diff --git a/wp-admin/edit-tags.php b/wp-admin/edit-tags.php
index 998c06e3c3..80af12c435 100644
--- a/wp-admin/edit-tags.php
+++ b/wp-admin/edit-tags.php
@@ -358,13 +358,13 @@ endif;
$can_edit_terms = current_user_can( $tax->cap->edit_terms );
if ( $can_edit_terms ) {
-?>
+ ?>
diff --git a/wp-includes/version.php b/wp-includes/version.php
index 5ad11f4e93..2ad0999cb7 100644
--- a/wp-includes/version.php
+++ b/wp-includes/version.php
@@ -13,7 +13,7 @@
*
* @global string $wp_version
*/
-$wp_version = '5.1-alpha-44515';
+$wp_version = '5.1-alpha-44516';
/**
* Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.