diff --git a/wp-admin/network/site-options.php b/wp-admin/network/site-options.php index 25d80a1e8c..e703cafe49 100644 --- a/wp-admin/network/site-options.php +++ b/wp-admin/network/site-options.php @@ -18,7 +18,7 @@ if ( ! current_user_can('manage_sites') ) add_contextual_help($current_screen, '
' . __('The menu is for editing information specific to individual sites, particularly if the admin area of a site is unavailable.') . '
' . - '' . __('Options This information is filled in my default as well as plugin data. Note that some fields are grayed out and say Serialized Data. These are stored values in the database which you cannot change from here. ') . '
' . + '' . __('Options This page shows a list of all options associated with this site. Some are created by WordPress and others are created by plugins you activate. Note that some fields are grayed out and say Serialized Data. You cannot modify these values due to the way the option is stored in the database.') . '
' . '' . __('See the contextual help on the next tab. ') . '
' . '' . __('For more information:') . '
' . '' . __('Network Options Documentation') . '
' . diff --git a/wp-admin/network/site-themes.php b/wp-admin/network/site-themes.php index 3dab352048..6fd7abd46d 100644 --- a/wp-admin/network/site-themes.php +++ b/wp-admin/network/site-themes.php @@ -25,7 +25,8 @@ if ( !current_user_can('manage_sites') ) add_contextual_help($current_screen, '' . __('The menu is for editing information specific to individual sites, particularly if the admin area of a site is unavailable.') . '
' . - '' . __('Themes This areas shows themes that are not enabled across the network. Enabling a theme in this menu makes it accessible to this site only. It does not activate the theme, but allows it to show in the site’s Appearance menu. ') . '
' . + '' . __('Themes - This areas shows themes that are not already enabled across the network. Enabling a theme in this menu makes it accessible to this site. It does not activate the theme, but allows it to show in the site’s Appearance menu. ') . '
' . + '' . sprintf( __( 'To enable a theme for the entire network, see the Network Themes screen.' ), network_admin_url( 'themes.php' ) ) . '
' . '' . __('See the contextual help on the next tab. ') . '
' . '' . __('For more information:') . '
' . '' . __('Network Options Documentation') . '
' .