Changeset 19114 for trunk/wp-admin/network/site-new.php
- Timestamp:
- 11/02/2011 05:33:53 AM (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-admin/network/site-new.php
r19028 r19114 19 19 add_contextual_help($current_screen, 20 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>' . 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 ); 23 24 get_current_screen()->add_help_sidebar( 22 25 '<p><strong>' . __('For more information:') . '</strong></p>' . 23 26 '<p>' . __('<a href="http://codex.wordpress.org/Network_Admin_Sites_Screens" target="_blank">Documentation on Site Management</a>') . '</p>' .
Note: See TracChangeset
for help on using the changeset viewer.