diff --git a/wp-admin/nav-menus.php b/wp-admin/nav-menus.php index ed42790ca8..6ce83105dd 100644 --- a/wp-admin/nav-menus.php +++ b/wp-admin/nav-menus.php @@ -585,7 +585,7 @@ require_once( ABSPATH . 'wp-admin/admin-header.php' ); array( 'autofocus' => $focus ), 'return' => urlencode( wp_unslash( $_SERVER['REQUEST_URI'] ) ), ), admin_url( 'customize.php' ) ) ), - __( 'Manage in Customizer' ) + __( 'Manage with Live Preview' ) ); endif; ?> diff --git a/wp-admin/widgets.php b/wp-admin/widgets.php index 91d611cd1d..4e92e2e068 100644 --- a/wp-admin/widgets.php +++ b/wp-admin/widgets.php @@ -357,7 +357,7 @@ require_once( ABSPATH . 'wp-admin/admin-header.php' ); ?> ), admin_url( 'customize.php' ) ) ), - __( 'Manage in Customizer' ) + __( 'Manage with Live Preview' ) ); } ?> diff --git a/wp-includes/version.php b/wp-includes/version.php index dc62f003a3..ea264b1e6c 100644 --- a/wp-includes/version.php +++ b/wp-includes/version.php @@ -4,7 +4,7 @@ * * @global string $wp_version */ -$wp_version = '4.6-alpha-37903'; +$wp_version = '4.6-alpha-37904'; /** * Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.