From 5e27e6c788d7b63d3d611b71a29df55ca535f8f5 Mon Sep 17 00:00:00 2001 From: ryan 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: http://core.svn.wordpress.org/trunk@20954 1a063a9b-81f0-0310-95a4-ce76da25c4cd --- 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 1a49f62bd..55b218586 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(