Changeset 16981 for trunk/wp-admin/network/site-new.php
- Timestamp:
- 12/16/2010 06:52:47 AM (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-admin/network/site-new.php
r16306 r16981 16 16 if ( ! current_user_can('manage_sites') ) 17 17 wp_die(__('You do not have sufficient permissions to add sites to this network.')); 18 19 add_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 ); 18 26 19 27 if ( isset($_REQUEST['action']) && 'add-site' == $_REQUEST['action'] ) {
Note: See TracChangeset
for help on using the changeset viewer.