Changeset 16981 for trunk/wp-admin/network/site-users.php
- Timestamp:
- 12/16/2010 06:52:47 AM (15 years ago)
- File:
-
- 1 edited
-
trunk/wp-admin/network/site-users.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-admin/network/site-users.php
r16935 r16981 22 22 23 23 $action = $wp_list_table->current_action(); 24 25 add_contextual_help($current_screen, 26 '<p>' . __('The menu is for editing information specific to individual sites, particularly if the admin area of a site is unavailable.') . '</p>' . 27 '<p>' . __('<strong>Users</strong> This displays the users associated with this site. You can also change their role, reset their passowrd, or remove them from the site. Removing the user from the site does not remove the user from the network. ') . '</p>' . 28 '<p>' . __('See the contextual help on the next tab. ') . '</p>' . 29 '<p><strong>' . __('For more information:') . '</strong></p>' . 30 '<p>' . __('<a href="http://codex.wordpress.org/Super_Admin_Options_SubPanel" target="_blank">Network Options Documentation</a>') . '</p>' . 31 '<p>' . __('<a href="http://wordpress.org/support/multisite/" target="_blank">Support Forums</a>') . '</p>' 32 ); 24 33 25 34 $id = isset( $_REQUEST['id'] ) ? intval( $_REQUEST['id'] ) : 0;
Note: See TracChangeset
for help on using the changeset viewer.