From f1d9066aed1553a6dea7fc9e0e3383b28b089cf2 Mon Sep 17 00:00:00 2001 From: Ryan Boren Date: Mon, 11 Jun 2012 20:32:21 +0000 Subject: [PATCH] Remove obsolete help string. Props SergeyBiryukov. fixes #20909 git-svn-id: https://develop.svn.wordpress.org/trunk@21051 602fd350-edb4-49c9-b593-d223f7449a82 --- wp-admin/network/settings.php | 1 - 1 file changed, 1 deletion(-) diff --git a/wp-admin/network/settings.php b/wp-admin/network/settings.php index 9efa2ed3af..e75d95fc79 100644 --- a/wp-admin/network/settings.php +++ b/wp-admin/network/settings.php @@ -29,7 +29,6 @@ get_current_screen()->add_help_tab( array( '

' . __('Registration settings can disable/enable public signups. If you let others sign up for a site, install spam plugins. Spaces, not commas, should separate names banned as sites for this network.') . '

' . '

' . __('New site settings are defaults applied when a new site is created in the network. These include welcome email for when a new site or user account is registered, and what᾿s put in the first post, page, comment, comment author, and comment URL.') . '

' . '

' . __('Upload settings control the size of the uploaded files and the amount of available upload space for each site. You can change the default value for specific sites when you edit a particular site. Allowed file types are also listed (space separated only).') . '

' . - '

' . __('Checkboxes for media upload buttons set which are shown in the visual editor. If unchecked, a generic upload button is still visible; other media types can still be uploaded if on the allowed file types list.') . '

' . '

' . __('Menu setting enables/disables the plugin menus from appearing for non super admins, so that only super admins, not site admins, have access to activate plugins.') . '

' . '

' . __('Super admins can no longer be added on the Options screen. You must now go to the list of existing users on Network 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.') . '

' ) );