Changeset 15132 for trunk/wp-admin/ms-options.php
- Timestamp:
- 06/03/2010 09:00:39 PM (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-admin/ms-options.php
r15131 r15132 30 30 '<p>' . __('Super admins can no longer be added on the Options screen. You must now go to the list of existing users on Super Admin > Users and click on Username or the Edit action link below that name. This goes to an Edit User page where you can check a box to grant super admin privileges.') . '</p>' . 31 31 '<p><strong>' . __('For more information:') . '</strong></p>' . 32 '<p>' . __('<a href="http://codex.wordpress.org/Super_Admin_Options_SubPanel" >Network Options Documentation</a>') . '</p>' .33 '<p>' . __('<a href="http://wordpress.org/support/" >Support Forums</a>') . '</p>'32 '<p>' . __('<a href="http://codex.wordpress.org/Super_Admin_Options_SubPanel" target="_blank">Network Options Documentation</a>') . '</p>' . 33 '<p>' . __('<a href="http://wordpress.org/support/" target="_blank">Support Forums</a>') . '</p>' 34 34 ); 35 35
Note: See TracChangeset
for help on using the changeset viewer.