diff --git a/wp-admin/network.php b/wp-admin/network.php index d1a0fe3b7..a3b09e818 100644 --- a/wp-admin/network.php +++ b/wp-admin/network.php @@ -107,7 +107,7 @@ $network_help = '

' . __('This screen allows you to configure a network as hav '

' . __('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 Setup 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).') . '

' . - '

' . __('Once you add this code and refresh your browser, multisite should be enabled. This screen, now in the Network Admin navigation menu, will keep an archive of the added code. You can toggle between Network Admin and Site Admin by clicking on the Network Admin or an individual site name under the My Sites dropdown in the Admin Bar.') . '

' . + '

' . __('Once you add this code and refresh your browser, multisite should be enabled. This screen, now in the Network Admin navigation menu, will keep an archive of the added code. You can toggle between Network Admin and Site Admin by clicking on the Network Admin or an individual site name under the My Sites dropdown in the Toolbar.') . '

' . '

' . __('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 in a future version.') . '

' . '

' . __('For more information:') . '

' . '

' . __('Documentation on Creating a Network') . '

' . diff --git a/wp-admin/network/upgrade.php b/wp-admin/network/upgrade.php index 29767242b..d556e13cd 100644 --- a/wp-admin/network/upgrade.php +++ b/wp-admin/network/upgrade.php @@ -22,7 +22,7 @@ get_current_screen()->add_help_tab( array( 'id' => 'overview', 'title' => __('Overview'), 'content' => - '

' . __('Only use this screen once you have updated to a new version of WordPress through Updates/Available Updates (via the Network Administration navigation menu or the Admin Bar). Clicking the Update Network button will step through each site in the network, five at a time, and make sure any database updates are applied.') . '

' . + '

' . __('Only use this screen once you have updated to a new version of WordPress through Updates/Available Updates (via the Network Administration navigation menu or the Toolbar). Clicking the Update Network button will step through each site in the network, five at a time, and make sure any database updates are applied.') . '

' . '

' . __('If a version update to core has not happened, clicking this button won’t affect anything.') . '

' . '

' . __('If this process fails for any reason, users logging in to their sites will force the same update.') . '

' ) ); diff --git a/wp-admin/user-edit.php b/wp-admin/user-edit.php index a39be0076..5f3d07e0f 100644 --- a/wp-admin/user-edit.php +++ b/wp-admin/user-edit.php @@ -223,11 +223,11 @@ if ( !( IS_PROFILE_PAGE && !$user_can_edit ) ) : ?> - -
+ +

+