From 5ec680a5a1f78c405febe0fa34f502a0a35f63b4 Mon Sep 17 00:00:00 2001 From: audrasjb Date: Mon, 19 Sep 2022 22:37:10 +0000 Subject: [PATCH] General: Replace Codex links with their HelpHub counterparts - My Sites screen Props chaton666. See #48987. Built from https://develop.svn.wordpress.org/trunk@54225 git-svn-id: http://core.svn.wordpress.org/trunk@53784 1a063a9b-81f0-0310-95a4-ce76da25c4cd --- wp-admin/my-sites.php | 2 +- wp-includes/version.php | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/wp-admin/my-sites.php b/wp-admin/my-sites.php index bd6dca670b..faf959ca59 100644 --- a/wp-admin/my-sites.php +++ b/wp-admin/my-sites.php @@ -49,7 +49,7 @@ get_current_screen()->add_help_tab( get_current_screen()->set_help_sidebar( '

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

' . - '

' . __( 'Documentation on My Sites' ) . '

' . + '

' . __( 'Documentation on My Sites' ) . '

' . '

' . __( 'Support' ) . '

' ); diff --git a/wp-includes/version.php b/wp-includes/version.php index a5818e6fa7..429c237e56 100644 --- a/wp-includes/version.php +++ b/wp-includes/version.php @@ -16,7 +16,7 @@ * * @global string $wp_version */ -$wp_version = '6.1-alpha-54224'; +$wp_version = '6.1-alpha-54225'; /** * Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.