Ticket #18389: 18389.diff
| File 18389.diff, 866 bytes (added by , 14 years ago) |
|---|
-
wp-admin/network/site-users.php
19 19 $wp_list_table = _get_list_table('WP_Users_List_Table'); 20 20 $wp_list_table->prepare_items(); 21 21 22 $action = $wp_list_table->current_action();23 24 22 add_contextual_help($current_screen, 25 23 '<p>' . __('The menu is for editing information specific to individual sites, particularly if the admin area of a site is unavailable.') . '</p>' . 26 24 '<p>' . __('<strong>Info</strong> - The domain and path are rarely edited as this can cause the site to not work properly. The Registered date and Last Updated date are displayed. Network admins can mark a site as archived, spam, deleted and mature, to remove from public listings or disable.') . '</p>' .