wp/wp-admin/network/index.php
changeset 21 48c4eec2b7e6
parent 19 3d72ae0968f4
equal deleted inserted replaced
20:7b1b88e27a20 21:48c4eec2b7e6
    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' );