From a3581edd847c12dc110c5d6848d21be86582b7c7 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Helen=20Hou-Sand=C3=AD?= Date: Mon, 2 Nov 2020 20:16:06 +0000 Subject: [PATCH] Upgrade/Install: Update help tab text to include major WordPress updates. Props audrasjb. Fixes #51653. Built from https://develop.svn.wordpress.org/trunk@49483 git-svn-id: http://core.svn.wordpress.org/trunk@49242 1a063a9b-81f0-0310-95a4-ce76da25c4cd --- wp-admin/update-core.php | 2 +- wp-includes/version.php | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/wp-admin/update-core.php b/wp-admin/update-core.php index c195521314..7d96ece0f9 100644 --- a/wp-admin/update-core.php +++ b/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( diff --git a/wp-includes/version.php b/wp-includes/version.php index 96ad75f3eb..2880f045e0 100644 --- a/wp-includes/version.php +++ b/wp-includes/version.php @@ -13,7 +13,7 @@ * * @global string $wp_version */ -$wp_version = '5.6-beta2-49482'; +$wp_version = '5.6-beta2-49483'; /** * Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.