From 13f85f2cd2cf7c81fcaa6ce66b7354cc126cf4fd Mon Sep 17 00:00:00 2001 From: Sergey Biryukov Date: Sat, 11 May 2024 14:47:06 +0000 Subject: [PATCH] Docs: Update a HelpHub link on Edit Site screen to avoid unnecessary redirection. Follow-up to [17045], [20713], [41065], [45674], [55412], [57854], [58131]. Props shailu25. See #60732, #60699. Built from https://develop.svn.wordpress.org/trunk@58132 git-svn-id: http://core.svn.wordpress.org/trunk@57597 1a063a9b-81f0-0310-95a4-ce76da25c4cd --- wp-admin/includes/ms.php | 2 +- wp-includes/version.php | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/wp-admin/includes/ms.php b/wp-admin/includes/ms.php index 02ddf945aa..6814d1198e 100644 --- a/wp-admin/includes/ms.php +++ b/wp-admin/includes/ms.php @@ -1169,6 +1169,6 @@ function get_site_screen_help_tab_args() { */ function get_site_screen_help_sidebar_content() { return '

' . __( 'For more information:' ) . '

' . - '

' . __( 'Documentation on Site Management' ) . '

' . + '

' . __( 'Documentation on Site Management' ) . '

' . '

' . __( 'Support forums' ) . '

'; } diff --git a/wp-includes/version.php b/wp-includes/version.php index dd82df1954..9b88e86d40 100644 --- a/wp-includes/version.php +++ b/wp-includes/version.php @@ -16,7 +16,7 @@ * * @global string $wp_version */ -$wp_version = '6.6-alpha-58131'; +$wp_version = '6.6-alpha-58132'; /** * Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.