Make WordPress Core

Changeset 13656


Ignore:
Timestamp:
03/11/2010 03:15:09 AM (15 years ago)
Author:
nacin
Message:

Remove dummy contextual help from network.php. We'll need some real docs. #11816

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/wp-admin/network.php

    r13655 r13656  
    5555$parent_file = 'tools.php';
    5656
    57 add_contextual_help( $current_screen, __( '<a href="http://codex.wordpress.org/Settings_Network_SubPanel" target="_blank">Network Settings</a>') );
     57// @todo: Documentation?
     58// add_contextual_help( $current_screen, ... );
    5859
    5960include( './admin-header.php' );
     
    6970 *
    7071 * @todo Realistically, step 1 should be a welcome screen explaining what a Network is and such. Navigating to Tools > Network
    71  *  should not be a sudden "Welcome to a new install process! Fill this out and click here."
     72 *  should not be a sudden "Welcome to a new install process! Fill this out and click here." See also contextual help todo.
    7273 *
    7374 * @since 3.0.0
Note: See TracChangeset for help on using the changeset viewer.