diff --git a/wp-admin/nav-menus.php b/wp-admin/nav-menus.php
index 19348c2348..974d910d20 100644
--- a/wp-admin/nav-menus.php
+++ b/wp-admin/nav-menus.php
@@ -576,21 +576,23 @@ get_current_screen()->set_help_sidebar(
require_once( ABSPATH . 'wp-admin/admin-header.php' );
?>
-
- 'menu_locations' ) : array( 'panel' => 'nav_menus' );
- printf(
- ' %2$s',
- esc_url( add_query_arg( array(
- array( 'autofocus' => $focus ),
- 'return' => urlencode( wp_unslash( $_SERVER['REQUEST_URI'] ) ),
- ), admin_url( 'customize.php' ) ) ),
- __( 'Manage with Live Preview' )
- );
- endif;
- ?>
-
+
+ 'menu_locations' ) : array( 'panel' => 'nav_menus' );
+ printf(
+ '
%2$s',
+ esc_url( add_query_arg( array(
+ array( 'autofocus' => $focus ),
+ 'return' => urlencode( wp_unslash( $_SERVER['REQUEST_URI'] ) ),
+ ), admin_url( 'customize.php' ) ) ),
+ __( 'Manage with Live Preview' )
+ );
+ endif;
+ ?>
+
+
+
diff --git a/wp-includes/version.php b/wp-includes/version.php
index 590cc6c587..6c827fdb56 100644
--- a/wp-includes/version.php
+++ b/wp-includes/version.php
@@ -4,7 +4,7 @@
*
* @global string $wp_version
*/
-$wp_version = '4.8-alpha-39542';
+$wp_version = '4.8-alpha-39543';
/**
* Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.