Make WordPress Core


Ignore:
Timestamp:
05/27/2010 09:20:23 PM (15 years ago)
Author:
nacin
Message:

Help for multisite. props andrea_r, dougwrites, duck_. see #13467.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/wp-admin/ms-admin.php

    r14861 r15004  
    1818$title = __( 'Network Admin' );
    1919$parent_file = 'ms-admin.php';
     20
     21add_contextual_help($current_screen,
     22    '<p>' . __('Until WordPress 3.0, running multiple sites required using WordPress MU instead of regular WordPress. In version 3.0, these applications have merged. If you are a former MU user, you should be aware of the following changes:') . '</p>' .
     23    '<ul><li>' . __('Site Admin is now Super Admin (we highly encourage you to get yourself a cape!)') . '</li>' .
     24    '<li>' . __('Blogs are now called Sites; Site is now called Network') . '</li></ul>' .
     25    '<p>' . __('This screen provides the network administrator with links to the screens for Sites and Users to either create a new site or user, or to search existing users and sites. Those screens are also accessible through the left-hand navigation in the Super Admin section.') . '</p>' .
     26    '<p><strong>' . __('For more information:') . '</strong></p>' .
     27    '<p>' . __('<a href="http://codex.wordpress.org/Super_Admin_Super_Admin_Menu">Network Admin Documentation</a>') . '</p>' .
     28    '<p>' . __('<a href="http://wordpress.org/support/">Support Forums</a>') . '</p>'
     29);
    2030
    2131require_once( './admin-header.php' );
Note: See TracChangeset for help on using the changeset viewer.