Customize: Text change on Widgets and Menus screens for buttons directing users to the Customizer.

"Manage in Customizer" -> "Manage with Live Preview".

Props patilswapnilv and noahsilverstein.
Fixes #37159.



Built from https://develop.svn.wordpress.org/trunk@37904


git-svn-id: http://core.svn.wordpress.org/trunk@37845 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
Rachel Baker 2016-06-29 02:11:27 +00:00
parent a475d0a161
commit b8faa92421
3 changed files with 3 additions and 3 deletions

View File

@ -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;
?>

View File

@ -357,7 +357,7 @@ require_once( ABSPATH . 'wp-admin/admin-header.php' ); ?>
),
admin_url( 'customize.php' )
) ),
__( 'Manage in Customizer' )
__( 'Manage with Live Preview' )
);
}
?>

View File

@ -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.