diff --git a/src/wp-admin/network/settings.php b/src/wp-admin/network/settings.php
index 7dff74d4ad..a8504e4b27 100644
a
|
b
|
get_current_screen()->add_help_tab( |
61 | 61 | |
62 | 62 | get_current_screen()->set_help_sidebar( |
63 | 63 | '<p><strong>' . __( 'For more information:' ) . '</strong></p>' . |
64 | | '<p>' . __( '<a href="https://wordpress.org/documentation/article/network-admin-settings-screen/">Documentation on Network Settings</a>' ) . '</p>' . |
| 64 | '<p>' . __( '<a href="https://developer.wordpress.org/advanced-administration/multisite/admin/settings/">Documentation on Network Settings</a>' ) . '</p>' . |
65 | 65 | '<p>' . __( '<a href="https://wordpress.org/support/forums/">Support forums</a>' ) . '</p>' |
66 | 66 | ); |
67 | 67 | |
diff --git a/src/wp-admin/network/site-new.php b/src/wp-admin/network/site-new.php
index 4bdd559e7d..fcd685b4e6 100644
a
|
b
|
get_current_screen()->add_help_tab( |
29 | 29 | |
30 | 30 | get_current_screen()->set_help_sidebar( |
31 | 31 | '<p><strong>' . __( 'For more information:' ) . '</strong></p>' . |
32 | | '<p>' . __( '<a href="https://wordpress.org/documentation/article/network-admin-sites-screen/">Documentation on Site Management</a>' ) . '</p>' . |
| 32 | '<p>' . __( '<a href="https://developer.wordpress.org/advanced-administration/multisite/admin/">Documentation on Site Management</a>' ) . '</p>' . |
33 | 33 | '<p>' . __( '<a href="https://wordpress.org/support/forum/multisite/">Support forums</a>' ) . '</p>' |
34 | 34 | ); |
35 | 35 | |
diff --git a/src/wp-admin/network/sites.php b/src/wp-admin/network/sites.php
index 402c047312..0f535b0db0 100644
a
|
b
|
get_current_screen()->add_help_tab( |
43 | 43 | |
44 | 44 | get_current_screen()->set_help_sidebar( |
45 | 45 | '<p><strong>' . __( 'For more information:' ) . '</strong></p>' . |
46 | | '<p>' . __( '<a href="https://wordpress.org/documentation/article/network-admin-sites-screen/">Documentation on Site Management</a>' ) . '</p>' . |
| 46 | '<p>' . __( '<a href="https://developer.wordpress.org/advanced-administration/multisite/admin/">Documentation on Site Management</a>' ) . '</p>' . |
47 | 47 | '<p>' . __( '<a href="https://wordpress.org/support/forum/multisite/">Support forums</a>' ) . '</p>' |
48 | 48 | ); |
49 | 49 | |
diff --git a/src/wp-admin/network/upgrade.php b/src/wp-admin/network/upgrade.php
index 55cbedd643..9c676eaf8e 100644
a
|
b
|
get_current_screen()->add_help_tab( |
29 | 29 | |
30 | 30 | get_current_screen()->set_help_sidebar( |
31 | 31 | '<p><strong>' . __( 'For more information:' ) . '</strong></p>' . |
32 | | '<p>' . __( '<a href="https://wordpress.org/documentation/article/network-admin-updates-screen/">Documentation on Upgrade Network</a>' ) . '</p>' . |
| 32 | '<p>' . __( '<a href="https://developer.wordpress.org/advanced-administration/multisite/admin/">Documentation on Upgrade Network</a>' ) . '</p>' . |
33 | 33 | '<p>' . __( '<a href="https://wordpress.org/support/forums/">Support forums</a>' ) . '</p>' |
34 | 34 | ); |
35 | 35 | |
diff --git a/src/wp-admin/plugin-editor.php b/src/wp-admin/plugin-editor.php
index cd743baa37..73017cae91 100644
a
|
b
|
get_current_screen()->add_help_tab( |
148 | 148 | |
149 | 149 | get_current_screen()->set_help_sidebar( |
150 | 150 | '<p><strong>' . __( 'For more information:' ) . '</strong></p>' . |
151 | | '<p>' . __( '<a href="https://wordpress.org/documentation/article/plugins-editor-screen/">Documentation on Editing Plugins</a>' ) . '</p>' . |
| 151 | '<p>' . __( '<a href="https://developer.wordpress.org/advanced-administration/plugins/editor-screen/">Documentation on Editing Plugins</a>' ) . '</p>' . |
152 | 152 | '<p>' . __( '<a href="https://developer.wordpress.org/plugins/">Documentation on Writing Plugins</a>' ) . '</p>' . |
153 | 153 | '<p>' . __( '<a href="https://wordpress.org/support/forums/">Support forums</a>' ) . '</p>' |
154 | 154 | ); |