From f0f045e274560456d1411173776ad6db448695c1 Mon Sep 17 00:00:00 2001 From: Ryan Boren Date: Fri, 1 Jun 2012 13:13:32 +0000 Subject: [PATCH] Theme help text updates. Consistently use Live Preview. Props SergeyBiryukov. fixes #20795 git-svn-id: https://develop.svn.wordpress.org/trunk@20967 602fd350-edb4-49c9-b593-d223f7449a82 --- wp-admin/theme-install.php | 2 +- wp-admin/themes.php | 6 +++--- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/wp-admin/theme-install.php b/wp-admin/theme-install.php index 8a5cadb5b8..8680a54668 100644 --- a/wp-admin/theme-install.php +++ b/wp-admin/theme-install.php @@ -49,7 +49,7 @@ get_current_screen()->add_help_tab( array( $help_installing = '

' . __('Once you have generated a list of themes, you can preview and install any of them. Click on the thumbnail of the theme you’re interested in previewing. It will open up in a full-screen Preview page to give you a better idea of how that theme will look.') . '

' . - '

' . __('To install the theme so you can preview it with your site’s content and customize its theme options, click the "Install" button at the top of the left-hand pane. The theme files will be downloaded to your website automatically. When this is complete, the theme is now available for activation, which you can do by clicking the "Activate" link, or by navigating to your Installed Themes page and clicking the "Customize" link under any installed theme’s thumbnail image.') . '

'; + '

' . __('To install the theme so you can preview it with your site’s content and customize its theme options, click the "Install" button at the top of the left-hand pane. The theme files will be downloaded to your website automatically. When this is complete, the theme is now available for activation, which you can do by clicking the "Activate" link, or by navigating to your Installed Themes page and clicking the "Live Preview" link under any installed theme’s thumbnail image.') . '

'; get_current_screen()->add_help_tab( array( 'id' => 'installing', diff --git a/wp-admin/themes.php b/wp-admin/themes.php index 55b218586b..42e9e60366 100644 --- a/wp-admin/themes.php +++ b/wp-admin/themes.php @@ -38,7 +38,7 @@ $parent_file = 'themes.php'; if ( current_user_can( 'switch_themes' ) ) : $help_manage = '

' . __('Aside from the default theme included with your WordPress installation, themes are designed and developed by third parties.') . '

' . - '

' . __('You can see your active theme at the top of the screen. Below are the other themes you have installed that are not currently in use. You can see what your site would look like with one of these themes by clicking the Customize link (see "Previewing and Customizing", below). To change themes, click the Activate link.') . '

'; + '

' . __('You can see your active theme at the top of the screen. Below are the other themes you have installed that are not currently in use. You can see what your site would look like with one of these themes by clicking the Live Preview link (see "Previewing and Customizing" help tab). To change themes, click the Activate link.') . '

'; get_current_screen()->add_help_tab( array( 'id' => 'overview', @@ -62,9 +62,9 @@ if ( current_user_can( 'install_themes' ) ) { 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.') . '

'. + '

' . __('Click on the "Live Preview" 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 & Activate" button at the top of the left-hand pane.') . '

' . + '

' . __('In the left-hand pane 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(