diff --git a/wp-admin/nav-menus.php b/wp-admin/nav-menus.php
index c3e2e59ab3..a865ac43e5 100644
--- a/wp-admin/nav-menus.php
+++ b/wp-admin/nav-menus.php
@@ -352,7 +352,6 @@ switch ( $action ) {
set_theme_mod( 'nav_menu_locations', $menu_locations );
}
- // $messages[] = '
' . sprintf( __( '%s has been created.' ), $nav_menu_selected_title ) . '
';
wp_redirect( admin_url( 'nav-menus.php?menu=' . $_nav_menu_selected_id ) );
exit();
}
diff --git a/wp-includes/version.php b/wp-includes/version.php
index 6a9b40cca1..e60f424f4f 100644
--- a/wp-includes/version.php
+++ b/wp-includes/version.php
@@ -13,7 +13,7 @@
*
* @global string $wp_version
*/
-$wp_version = '5.5-alpha-47604';
+$wp_version = '5.5-alpha-47605';
/**
* Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.