Ticket #13736: 13736-ms-users.php.diff
File 13736-ms-users.php.diff, 1.1 KB (added by , 15 years ago) |
---|
-
wp-admin/ms-users.php
28 28 '<p>' . __('Users who are signed up to the network without a site are added as subscribers to the main or primary dashboard site, giving them profile pages to manage their accounts. These users will only see Dashboard and My Sites in the main navigation until a site is created for them.') . '</p>' . 29 29 '<p>' . __('You can make an existing user an additional super admin by going to the Edit User profile page and checking the box to grant that privilege.') . '</p>' . 30 30 '<p><strong>' . __('For more information:') . '</strong></p>' . 31 '<p>' . __('<a href="http://codex.wordpress.org/Super_Admin_Users_SubPanel" target="_blank"> Network Users Documentation</a>') . '</p>' .31 '<p>' . __('<a href="http://codex.wordpress.org/Super_Admin_Users_SubPanel" target="_blank">Documentation on Network Users</a>') . '</p>' . 32 32 '<p>' . __('<a href="http://wordpress.org/support/" target="_blank">Support Forums</a>') . '</p>' 33 33 ); 34 34