Make WordPress Core

Ticket #13467: 13467-ms-sites.diff

File 13467-ms-sites.diff, 1.4 KB (added by xibe, 14 years ago)

No such 6th module in current version.

  • wp-admin/ms-sites.php

     
    2121if ( isset( $_GET['action'] ) && 'editblog' == $_GET['action'] ) {
    2222        add_contextual_help($current_screen,
    2323                '<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>' .
    2525                '<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>' .
    2626                '<p><strong>' . __('For more information:') . '</strong></p>' .
    2727                '<p>' . __('<a href="http://codex.wordpress.org/Super_Admin_Sites_Edit_Site">Site Editing Documentation</a>') . '</p>' .