Changeset 19514 for trunk/wp-admin/network/site-new.php
- Timestamp:
- 12/01/2011 02:22:07 AM (15 years ago)
- File:
-
- 1 edited
-
trunk/wp-admin/network/site-new.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-admin/network/site-new.php
r19211 r19514 17 17 wp_die( __( 'You do not have sufficient permissions to add sites to this network.' ) ); 18 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 ); 19 get_current_screen()->add_help_tab( array( 20 'id' => 'overview', 21 'title' => __('Overview'), 22 'content' => 23 '<p>' . __('This screen is for Super Admins to add new sites to the network. This is not affected by the registration settings.') . '</p>' . 24 '<p>' . __('If the admin email for the new site does not exist in the database, a new user will also be created.') . '</p>' 25 ) ); 23 26 24 27 get_current_screen()->set_help_sidebar(
Note: See TracChangeset
for help on using the changeset viewer.