diff --git a/wp-admin/network.php b/wp-admin/network.php index 6a9aca33ca..6ff266bd68 100644 --- a/wp-admin/network.php +++ b/wp-admin/network.php @@ -108,7 +108,6 @@ add_contextual_help($current_screen, '
' . __('Choose subdomains or subdirectories; this can only be switched afterwards by reconfiguring your install. Fill out the network details, and click install. If this does not work, you may have to add a wildcard DNS record (for subdomains) or change to another setting in Permalinks (for subdirectories).') . '
' . '' . __('The next screen for Network will give you individually-generated lines of code to add to your wp-config.php and .htaccess files. Make sure the settings of your FTP client make files starting with a dot visible, so that you can find .htaccess; you may have to create this file if it really is not there. Make backup copies of those two files.') . '
' . '' . __('Add a blogs.dir
directory under /wp-content
and add the designated lines of code to wp-config.php (just before /*...stop editing...*/
) and .htaccess
(replacing the existing WordPress rules).') . '
' . __('Refreshing your browser will take you to a screen with an archive of those added lines of code. A set of six links under Super Admin will appear at the top of the main left navigation menu. The multisite network is now enabled.') . '
' . '' . __('The choice of subdirectory sites is disabled if this setup is more than a month old because of permalink problems with “/blog/” from the main site. This disabling will be addressed soon in a future version.') . '
' . '' . __('For more information:') . '
' . '' . __('Documentation on Creating a Network') . '
' . diff --git a/wp-admin/network/settings.php b/wp-admin/network/settings.php index 49440dd732..a825e99cb2 100644 --- a/wp-admin/network/settings.php +++ b/wp-admin/network/settings.php @@ -28,7 +28,6 @@ add_contextual_help($current_screen, '' . __('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 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.') . '
' . '' . __('For more information:') . '
' . '' . __('Documentation on Network Settings') . '
' . '' . __('Support Forums') . '
'