diff --git a/wp-admin/network/site-info.php b/wp-admin/network/site-info.php index f27956e974..96d043eb09 100644 --- a/wp-admin/network/site-info.php +++ b/wp-admin/network/site-info.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.') . '

' . - '

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

' . + '

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

' . '

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

' . '

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

' . @@ -89,8 +89,12 @@ require('../admin-header.php');