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.




git-svn-id: https://develop.svn.wordpress.org/trunk@37904 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
Rachel Baker 2016-06-29 02:09:46 +00:00
parent 9e9adb0bfe
commit e81a5da327
2 changed files with 2 additions and 2 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' )
);
}
?>