Changeset 13656
- Timestamp:
- 03/11/2010 03:15:09 AM (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-admin/network.php
r13655 r13656 55 55 $parent_file = 'tools.php'; 56 56 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, ... ); 58 59 59 60 include( './admin-header.php' ); … … 69 70 * 70 71 * @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. 72 73 * 73 74 * @since 3.0.0
Note: See TracChangeset
for help on using the changeset viewer.