diff --git a/wp-admin/network/themes.php b/wp-admin/network/themes.php index 09c15001f5..930f4a190a 100644 --- a/wp-admin/network/themes.php +++ b/wp-admin/network/themes.php @@ -316,7 +316,7 @@ if ( current_user_can( 'update_themes' ) && wp_is_auto_update_enabled_for_type( ) ); - $help_sidebar_autoupdates = '
' . __( 'Learn more: Auto-updates documentation' ) . '
'; + $help_sidebar_autoupdates = '' . __( 'Documentation on Auto-updates' ) . '
'; } get_current_screen()->set_help_sidebar( diff --git a/wp-admin/plugins.php b/wp-admin/plugins.php index dd8f8679d8..bc7774b197 100644 --- a/wp-admin/plugins.php +++ b/wp-admin/plugins.php @@ -580,7 +580,7 @@ if ( current_user_can( 'update_plugins' ) && wp_is_auto_update_enabled_for_type( ) ); - $help_sidebar_autoupdates = '' . __( 'Learn more: Auto-updates documentation' ) . '
'; + $help_sidebar_autoupdates = '' . __( 'Documentation on Auto-updates' ) . '
'; } get_current_screen()->set_help_sidebar( diff --git a/wp-admin/themes.php b/wp-admin/themes.php index 6dcc909252..486270648a 100644 --- a/wp-admin/themes.php +++ b/wp-admin/themes.php @@ -199,7 +199,7 @@ if ( current_user_can( 'update_themes' ) && wp_is_auto_update_enabled_for_type( ) ); - $help_sidebar_autoupdates = '' . __( 'Learn more: Auto-updates documentation' ) . '
'; + $help_sidebar_autoupdates = '' . __( 'Documentation on Auto-updates' ) . '
'; } // End if 'update_themes' && 'wp_is_auto_update_enabled_for_type'. get_current_screen()->set_help_sidebar( diff --git a/wp-admin/update-core.php b/wp-admin/update-core.php index 4fd65cc165..25dea0a291 100644 --- a/wp-admin/update-core.php +++ b/wp-admin/update-core.php @@ -1008,7 +1008,7 @@ if ( ( current_user_can( 'update_themes' ) && wp_is_auto_update_enabled_for_type ) ); - $help_sidebar_autoupdates = '' . __( 'Learn more: Auto-updates documentation' ) . '
'; + $help_sidebar_autoupdates = '' . __( 'Documentation on Auto-updates' ) . '
'; } get_current_screen()->set_help_sidebar( diff --git a/wp-includes/version.php b/wp-includes/version.php index baedd7d834..9039078dfa 100644 --- a/wp-includes/version.php +++ b/wp-includes/version.php @@ -16,7 +16,7 @@ * * @global string $wp_version */ -$wp_version = '6.2-alpha-54838'; +$wp_version = '6.2-alpha-54839'; /** * Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.