Make WordPress Core


Ignore:
Timestamp:
12/16/2010 06:52:47 AM (14 years ago)
Author:
nacin
Message:

Network Admin contextual help. props andrea_r (!), see #15314.

File:
1 edited

Legend:

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

    r16306 r16981  
    1616if ( ! current_user_can('manage_sites') )
    1717    wp_die(__('You do not have sufficient permissions to add sites to this network.'));
     18
     19add_contextual_help($current_screen,
     20    '<p>' . __('This screen is for Super Admins to add new sites to the network. This is not affected by the registration settings.') . '</p>' .
     21    '<p>' . __('If the admin email for the new site does not exist in the database, a new user will also be created.') . '</p>' .
     22    '<p><strong>' . __('For more information:') . '</strong></p>' .
     23    '<p>' . __('<a href="http://codex.wordpress.org/Super_Admin_Sites_SubPanel" target="_blank">Documentation on Sites</a>') . '</p>' .
     24    '<p>' . __('<a href="http://wordpress.org/support/multisite/" target="_blank">Support Forums</a>') . '</p>'
     25);
    1826
    1927if ( isset($_REQUEST['action']) && 'add-site' == $_REQUEST['action'] ) {
Note: See TracChangeset for help on using the changeset viewer.