wp/wp-admin/tools.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/tools-screen/">Documentation on Tools</a>' ) . '</p>' .
    56 	'<p>' . __( '<a href="https://wordpress.org/documentation/article/tools-screen/">Documentation on Tools</a>' ) . '</p>' .
    57 	'<p>' . __( '<a href="https://wordpress.org/support/">Support</a>' ) . '</p>'
    57 	'<p>' . __( '<a href="https://wordpress.org/support/forums/">Support forums</a>' ) . '</p>'
    58 );
    58 );
    59 
    59 
    60 require_once ABSPATH . 'wp-admin/admin-header.php';
    60 require_once ABSPATH . 'wp-admin/admin-header.php';
    61 
    61 
    62 ?>
    62 ?>