From 5fa861493b898f6102e765d5d591b7cbbff4ddb5 Mon Sep 17 00:00:00 2001 From: nacin Date: Fri, 17 Dec 2010 23:34:10 +0000 Subject: [PATCH] Network admin contextual help fixes. props SergeyBiryukov, fixes #15314. git-svn-id: http://svn.automattic.com/wordpress/trunk@17037 1a063a9b-81f0-0310-95a4-ce76da25c4cd --- wp-admin/network/site-info.php | 2 +- wp-admin/network/site-settings.php | 2 +- wp-admin/network/site-themes.php | 4 ++-- wp-admin/network/site-users.php | 4 ++-- 4 files changed, 6 insertions(+), 6 deletions(-) diff --git a/wp-admin/network/site-info.php b/wp-admin/network/site-info.php index 6b8fa84d3f..b4db1694b6 100644 --- a/wp-admin/network/site-info.php +++ b/wp-admin/network/site-info.php @@ -19,7 +19,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.') . '

' . '

' . __('Info - The domain and path are rarely edited as this can cause the site to not work properly. The Registered date and Last Updated date are displayed. Network admins can mark a site as Archived, Spammed, Deleted and Mature, to remove from public listings or disable.') . '

' . - '

' . __('See the contextual help on the next tab. ') . '

' . + '

' . __('See the contextual help on the next tab.') . '

' . '

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

' . '

' . __('Documentation on Network Settings') . '

' . '

' . __('Support Forums') . '

' diff --git a/wp-admin/network/site-settings.php b/wp-admin/network/site-settings.php index 42effcf3a4..2008049c0f 100644 --- a/wp-admin/network/site-settings.php +++ b/wp-admin/network/site-settings.php @@ -19,7 +19,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.') . '

' . '

' . __('Settings - This page shows a list of all settings 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 setting is stored in the database.') . '

' . - '

' . __('See the contextual help on the next tab. ') . '

' . + '

' . __('See the contextual help on the next tab.') . '

' . '

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

' . '

' . __('Documentation on Network Settings') . '

' . '

' . __('Support Forums') . '

' diff --git a/wp-admin/network/site-themes.php b/wp-admin/network/site-themes.php index 792712aa4e..0052ce0819 100644 --- a/wp-admin/network/site-themes.php +++ b/wp-admin/network/site-themes.php @@ -23,9 +23,9 @@ 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 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. ') . '

' . + '

' . __('Themes - This area 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. ') . '

' . + '

' . __('See the contextual help on the next tab.') . '

' . '

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

' . '

' . __('Network Options Documentation') . '

' . '

' . __('Support Forums') . '

' diff --git a/wp-admin/network/site-users.php b/wp-admin/network/site-users.php index 62547fc347..2bb9f83d46 100644 --- a/wp-admin/network/site-users.php +++ b/wp-admin/network/site-users.php @@ -23,8 +23,8 @@ $action = $wp_list_table->current_action(); 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.') . '

' . - '

' . __('Users - This displays the users associated with this site. You can also change their role, reset their password, or remove them from the site. Removing the user from the site does not remove the user from the network. ') . '

' . - '

' . __('See the contextual help on the next tab. ') . '

' . + '

' . __('Users - This displays the users associated with this site. You can also change their role, reset their password, or remove them from the site. Removing the user from the site does not remove the user from the network.') . '

' . + '

' . __('See the contextual help on the next tab.') . '

' . '

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

' . '

' . __('Documentation on Network Settings') . '

' . '

' . __('Support Forums') . '

'