Ticket #13467: 13467-ms-sites.diff
File 13467-ms-sites.diff, 1.4 KB (added by , 14 years ago) |
---|
-
wp-admin/ms-sites.php
21 21 if ( isset( $_GET['action'] ) && 'editblog' == $_GET['action'] ) { 22 22 add_contextual_help($current_screen, 23 23 '<p>' . __('The network admin arrives at this screen to make choices for a given site by clicking on the Edit link on the Sites screen available to them in the Super Admin navigation menu.') . '</p>' . 24 '<p>' . __('This extensive list of options has five modules: Site Info, Site Options, allowing Site Themes for this given site,changing the Site User(s) roles and passwords for that site, Adding a new user, and Miscellaneous Site Actions (upload size limits).') . '</p>' .24 '<p>' . __('This extensive list of options has five modules: Site Info, Site Options, changing the Site User(s) roles and passwords for that site, Adding a new user, and Miscellaneous Site Actions (upload size limits).') . '</p>' . 25 25 '<p>' . __('Note that some fields in Site Options are grayed out and say Serialized Data. These are stored values in the database which you cannot change from here.') . '</p>' . 26 26 '<p><strong>' . __('For more information:') . '</strong></p>' . 27 27 '<p>' . __('<a href="http://codex.wordpress.org/Super_Admin_Sites_Edit_Site">Site Editing Documentation</a>') . '</p>' .