equal
deleted
inserted
replaced
27 ) |
27 ) |
28 ); |
28 ); |
29 |
29 |
30 get_current_screen()->set_help_sidebar( |
30 get_current_screen()->set_help_sidebar( |
31 '<p><strong>' . __( 'For more information:' ) . '</strong></p>' . |
31 '<p><strong>' . __( 'For more information:' ) . '</strong></p>' . |
32 '<p>' . __( '<a href="https://wordpress.org/support/article/network-admin-updates-screen/">Documentation on Upgrade Network</a>' ) . '</p>' . |
32 '<p>' . __( '<a href="https://developer.wordpress.org/advanced-administration/multisite/admin/#network-admin-updates-screen">Documentation on Upgrade Network</a>' ) . '</p>' . |
33 '<p>' . __( '<a href="https://wordpress.org/support/">Support</a>' ) . '</p>' |
33 '<p>' . __( '<a href="https://wordpress.org/support/forums/">Support forums</a>' ) . '</p>' |
34 ); |
34 ); |
35 |
35 |
36 require_once ABSPATH . 'wp-admin/admin-header.php'; |
36 require_once ABSPATH . 'wp-admin/admin-header.php'; |
37 |
37 |
38 if ( ! current_user_can( 'upgrade_network' ) ) { |
38 if ( ! current_user_can( 'upgrade_network' ) ) { |