From 5e7e44aba72880677249bcdf3d8891b9c89e713d Mon Sep 17 00:00:00 2001 From: Weston Ruter Date: Sun, 22 Oct 2017 20:03:51 +0000 Subject: [PATCH] Customize: Update 'Save & Activate' reference to 'Publish & Activate' in themes help tab text. See #39896. Fixes #42305. Built from https://develop.svn.wordpress.org/trunk@41968 git-svn-id: http://core.svn.wordpress.org/trunk@41802 1a063a9b-81f0-0310-95a4-ce76da25c4cd --- wp-admin/themes.php | 2 +- wp-includes/version.php | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/wp-admin/themes.php b/wp-admin/themes.php index 95b6c06d5b..9218983239 100644 --- a/wp-admin/themes.php +++ b/wp-admin/themes.php @@ -103,7 +103,7 @@ if ( current_user_can( 'install_themes' ) ) { if ( current_user_can( 'edit_theme_options' ) && current_user_can( 'customize' ) ) { $help_customize = '

' . __( 'Tap or hover on any theme then click the Live Preview button to see a live preview of that theme and change theme options in a separate, full-screen view. You can also find a Live Preview button at the bottom of the theme details screen. 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. The settings may 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 above the menu.' ) . '

' . + '

' . __( 'The theme being previewed is fully interactive — navigate to different pages to see how the theme handles posts, archives, and other page templates. The settings may 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 Publish & Activate button above the menu.' ) . '

' . '

' . __( '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( diff --git a/wp-includes/version.php b/wp-includes/version.php index 04cdbae289..b1ce94b43a 100644 --- a/wp-includes/version.php +++ b/wp-includes/version.php @@ -4,7 +4,7 @@ * * @global string $wp_version */ -$wp_version = '4.9-beta3-41967'; +$wp_version = '4.9-beta3-41968'; /** * Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.