equal
deleted
inserted
replaced
51 ) |
51 ) |
52 ); |
52 ); |
53 |
53 |
54 get_current_screen()->set_help_sidebar( |
54 get_current_screen()->set_help_sidebar( |
55 '<p><strong>' . __( 'For more information:' ) . '</strong></p>' . |
55 '<p><strong>' . __( 'For more information:' ) . '</strong></p>' . |
56 '<p>' . __( '<a href="https://wordpress.org/support/article/network-admin/">Documentation on the Network Admin</a>' ) . '</p>' . |
56 '<p>' . __( '<a href="https://developer.wordpress.org/advanced-administration/multisite/admin/">Documentation on the Network Admin</a>' ) . '</p>' . |
57 '<p>' . __( '<a href="https://wordpress.org/support/forum/multisite/">Support Forums</a>' ) . '</p>' |
57 '<p>' . __( '<a href="https://wordpress.org/support/forum/multisite/">Support forums</a>' ) . '</p>' |
58 ); |
58 ); |
59 |
59 |
60 wp_dashboard_setup(); |
60 wp_dashboard_setup(); |
61 |
61 |
62 wp_enqueue_script( 'dashboard' ); |
62 wp_enqueue_script( 'dashboard' ); |