From d6653ff05b1d588419bb4f1630f0a15d6ef23344 Mon Sep 17 00:00:00 2001 From: Helen Hou-Sandi Date: Mon, 2 Nov 2020 20:14:25 +0000 Subject: [PATCH] Upgrade/Install: Update help tab text to include major WordPress updates. Props audrasjb. Fixes #51653. git-svn-id: https://develop.svn.wordpress.org/trunk@49483 602fd350-edb4-49c9-b593-d223f7449a82 --- src/wp-admin/update-core.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/wp-admin/update-core.php b/src/wp-admin/update-core.php index c195521314..7d96ece0f9 100644 --- a/src/wp-admin/update-core.php +++ b/src/wp-admin/update-core.php @@ -927,7 +927,7 @@ get_current_screen()->add_help_tab( $help_sidebar_autoupdates = ''; if ( ( current_user_can( 'update_themes' ) && wp_is_auto_update_enabled_for_type( 'theme' ) ) || ( current_user_can( 'update_plugins' ) && wp_is_auto_update_enabled_for_type( 'plugin' ) ) ) { - $help_tab_autoupdates = '

' . __( 'Auto-updates can be enabled or disabled for each individual theme or plugin. Themes or plugins with auto-updates enabled will display the estimated date of the next auto-update. Auto-updates depends on the WP-Cron task scheduling system.' ) . '

'; + $help_tab_autoupdates = '

' . __( 'Auto-updates can be enabled or disabled for WordPress major versions and for each individual theme or plugin. Themes or plugins with auto-updates enabled will display the estimated date of the next auto-update. Auto-updates depends on the WP-Cron task scheduling system.' ) . '

'; $help_tab_autoupdates .= '

' . __( 'Please note: Third-party themes and plugins, or custom code, may override WordPress scheduling.' ) . '

'; get_current_screen()->add_help_tab(