From 58433f0f5a8b82e507d41c071e9c4b1788879b2d Mon Sep 17 00:00:00 2001 From: Jb Audras Date: Tue, 20 Sep 2022 08:17:22 +0000 Subject: [PATCH] General: Revert [54225]. The My Site screen is not documented on HelpHub yet, so let's re-add the former Codex link for now. Follow-up to [54225]. Props SergeyBiryukov. Unprops audrasjb. See #48987. git-svn-id: https://develop.svn.wordpress.org/trunk@54245 602fd350-edb4-49c9-b593-d223f7449a82 --- src/wp-admin/my-sites.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/wp-admin/my-sites.php b/src/wp-admin/my-sites.php index faf959ca59..bd6dca670b 100644 --- a/src/wp-admin/my-sites.php +++ b/src/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' ) . '

' );