Skip to content

Commit cc3cb33

Browse files
committed
General: Replace Codex links with their HelpHub counterparts - My Sites screen
Props chaton666. See #48987. git-svn-id: https://develop.svn.wordpress.org/trunk@54225 602fd350-edb4-49c9-b593-d223f7449a82
1 parent 49634ed commit cc3cb33

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/wp-admin/my-sites.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@
4949

5050
get_current_screen()->set_help_sidebar(
5151
'<p><strong>' . __( 'For more information:' ) . '</strong></p>' .
52-
'<p>' . __( '<a href="https://codex.wordpress.org/Dashboard_My_Sites_Screen">Documentation on My Sites</a>' ) . '</p>' .
52+
'<p>' . __( '<a href="https://wordpress.org/support/article/network-admin-sites-screen/">Documentation on My Sites</a>' ) . '</p>' .
5353
'<p>' . __( '<a href="https://wordpress.org/support/">Support</a>' ) . '</p>'
5454
);
5555

0 commit comments

Comments
 (0)