Changes in trunk/wp-admin/ms-admin.php [15004:15135]
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-admin/ms-admin.php
r15004 r15135 19 19 $parent_file = 'ms-admin.php'; 20 20 21 add_contextual_help($current_screen, 21 add_contextual_help($current_screen, 22 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>' .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 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 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>'27 '<p>' . __('<a href="http://codex.wordpress.org/Super_Admin_Super_Admin_Menu" target="_blank">Documentation on Super Admin Menu</a>') . '</p>' . 28 '<p>' . __('<a href="http://wordpress.org/support/" target="_blank">Support Forums</a>') . '</p>' 29 29 ); 30 30
Note: See TracChangeset
for help on using the changeset viewer.