We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 49634ed commit cc3cb33Copy full SHA for cc3cb33
src/wp-admin/my-sites.php
@@ -49,7 +49,7 @@
49
50
get_current_screen()->set_help_sidebar(
51
'<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>' .
+ '<p>' . __( '<a href="https://wordpress.org/support/article/network-admin-sites-screen/">Documentation on My Sites</a>' ) . '</p>' .
53
'<p>' . __( '<a href="https://wordpress.org/support/">Support</a>' ) . '</p>'
54
);
55
0 commit comments