Changeset 16981 for trunk/wp-admin/network/index.php
- Timestamp:
- 12/16/2010 06:52:47 AM (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-admin/network/index.php
r16963 r16981 27 27 '<ul><li>' . __('Site Admin is now Super Admin (we highly encourage you to get yourself a cape!).') . '</li>' . 28 28 '<li>' . __('Blogs are now called Sites; Site is now called Network.') . '</li></ul>' . 29 '<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 SuperAdmin section.') . '</p>' .29 '<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, as well as Dashboard widgets. Those screens are also accessible through the left-hand navigation in the Network Admin section.') . '</p>' . 30 30 '<p><strong>' . __('For more information:') . '</strong></p>' . 31 31 '<p>' . __('<a href="http://codex.wordpress.org/Super_Admin_Super_Admin_Menu" target="_blank">Documentation on Super Admin Menu</a>') . '</p>' . 32 '<p>' . __('<a href="http://wordpress.org/support/ " target="_blank">Support Forums</a>') . '</p>'32 '<p>' . __('<a href="http://wordpress.org/support/multisite/" target="_blank">Support Forums</a>') . '</p>' 33 33 ); 34 34
Note: See TracChangeset
for help on using the changeset viewer.