diff --git a/src/wp-admin/includes/class-custom-background.php b/src/wp-admin/includes/class-custom-background.php
index bc3c082bc3..4db2382401 100644
a
|
b
|
class Custom_Background { |
96 | 96 | |
97 | 97 | get_current_screen()->set_help_sidebar( |
98 | 98 | '<p><strong>' . __( 'For more information:' ) . '</strong></p>' . |
99 | | '<p>' . __( '<a href="https://codex.wordpress.org/Appearance_Background_Screen">Documentation on Custom Background</a>' ) . '</p>' . |
| 99 | '<p>' . __( '<a href="https://wordpress.org/support/article/appearance-customize-screen/">Documentation on Custom Background</a>' ) . '</p>' . |
100 | 100 | '<p>' . __( '<a href="https://wordpress.org/support/">Support</a>' ) . '</p>' |
101 | 101 | ); |
102 | 102 | |
diff --git a/src/wp-admin/my-sites.php b/src/wp-admin/my-sites.php
index afbe798cdc..8496623abd 100644
a
|
b
|
get_current_screen()->add_help_tab( |
48 | 48 | |
49 | 49 | get_current_screen()->set_help_sidebar( |
50 | 50 | '<p><strong>' . __( 'For more information:' ) . '</strong></p>' . |
51 | | '<p>' . __( '<a href="https://codex.wordpress.org/Dashboard_My_Sites_Screen">Documentation on My Sites</a>' ) . '</p>' . |
| 51 | '<p>' . __( '<a href="https://wordpress.org/support/article/network-admin-sites-screen/">Documentation on My Sites</a>' ) . '</p>' . |
52 | 52 | '<p>' . __( '<a href="https://wordpress.org/support/">Support</a>' ) . '</p>' |
53 | 53 | ); |
54 | 54 | |