From be8d2ae0e2d924c7981517ea969917d3a1158816 Mon Sep 17 00:00:00 2001 From: Ryan Boren Date: Wed, 30 May 2012 16:31:30 +0000 Subject: [PATCH] Update help text to reflect new location of the customizer save buttons. Props tai. fixes #20775 git-svn-id: https://develop.svn.wordpress.org/trunk@20954 602fd350-edb4-49c9-b593-d223f7449a82 --- wp-admin/themes.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/wp-admin/themes.php b/wp-admin/themes.php index 1a49f62bd0..55b218586b 100644 --- a/wp-admin/themes.php +++ b/wp-admin/themes.php @@ -64,7 +64,7 @@ if ( current_user_can( 'edit_theme_options' ) ) { $help_customize = '

' . __('Click on the "Customize" link under any theme to preview that theme and change theme options in a separate, full-screen view. Any installed theme can be previewed and customized in this way.') . '

'. '

' . __('The theme being previewed is fully interactive — navigate to different pages to see how the theme handles posts, archives, and other page templates.') . '

' . - '

' . __('In the left-hand pane of the Theme Customizer you can edit the theme settings. The settings will differ, depending on what theme features the theme being previewed supports. To accept the new settings and activate the theme all in one step, click the "Save and Activate" button at the bottom of the left-hand sidebar.') . '

' . + '

' . __('In the left-hand pane of the Theme Customizer you can edit the theme settings. The settings will differ, depending on what theme features the theme being previewed supports. To accept the new settings and activate the theme all in one step, click the "Save & Activate" button at the top of the left-hand pane.') . '

' . '

' . __('When previewing on smaller monitors, you can use the "Collapse" icon at the bottom of the left-hand pane. This will hide the pane, giving you more room to preview your site in the new theme. To bring the pane back, click on the Collapse icon again.') . '

'; get_current_screen()->add_help_tab( array(