diff --git a/wp-admin/network.php b/wp-admin/network.php index d305e2953d..f4f1dd2a5f 100644 --- a/wp-admin/network.php +++ b/wp-admin/network.php @@ -54,7 +54,8 @@ if ( ! network_domain_check() && ( ! defined( 'WP_ALLOW_MULTISITE' ) || ! WP_ALL $title = __( 'Create a Network of WordPress Sites' ); $parent_file = 'tools.php'; -add_contextual_help( $current_screen, __( 'Network Settings') ); +// @todo: Documentation? +// add_contextual_help( $current_screen, ... ); include( './admin-header.php' ); ?> @@ -68,7 +69,7 @@ include( './admin-header.php' ); * Prints step 1 for Network installation process. * * @todo Realistically, step 1 should be a welcome screen explaining what a Network is and such. Navigating to Tools > Network - * should not be a sudden "Welcome to a new install process! Fill this out and click here." + * should not be a sudden "Welcome to a new install process! Fill this out and click here." See also contextual help todo. * * @since 3.0.0 */