From 97a8320fe76150c27e74c1badce5c66cad9fcb70 Mon Sep 17 00:00:00 2001 From: nacin Date: Thu, 11 Mar 2010 03:15:09 +0000 Subject: [PATCH] Remove dummy contextual help from network.php. We'll need some real docs. #11816 git-svn-id: http://svn.automattic.com/wordpress/trunk@13656 1a063a9b-81f0-0310-95a4-ce76da25c4cd --- wp-admin/network.php | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/wp-admin/network.php b/wp-admin/network.php index d305e2953..f4f1dd2a5 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 */