Remove dummy contextual help from network.php. We'll need some real docs. #11816
git-svn-id: https://develop.svn.wordpress.org/trunk@13656 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
parent
d6adc0701c
commit
ef7e0ef243
|
@ -54,7 +54,8 @@ if ( ! network_domain_check() && ( ! defined( 'WP_ALLOW_MULTISITE' ) || ! WP_ALL
|
||||||
$title = __( 'Create a Network of WordPress Sites' );
|
$title = __( 'Create a Network of WordPress Sites' );
|
||||||
$parent_file = 'tools.php';
|
$parent_file = 'tools.php';
|
||||||
|
|
||||||
add_contextual_help( $current_screen, __( '<a href="http://codex.wordpress.org/Settings_Network_SubPanel" target="_blank">Network Settings</a>') );
|
// @todo: Documentation?
|
||||||
|
// add_contextual_help( $current_screen, ... );
|
||||||
|
|
||||||
include( './admin-header.php' );
|
include( './admin-header.php' );
|
||||||
?>
|
?>
|
||||||
|
@ -68,7 +69,7 @@ include( './admin-header.php' );
|
||||||
* Prints step 1 for Network installation process.
|
* 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
|
* @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
|
* @since 3.0.0
|
||||||
*/
|
*/
|
||||||
|
|
Loading…
Reference in New Issue