From 40c8d3aff1d54ce191ee8fd090eec2cfd4419f61 Mon Sep 17 00:00:00 2001 From: Ryan Boren Date: Thu, 28 Jul 2011 17:10:00 +0000 Subject: [PATCH] Inline docs typo fix. Props dougwrites. fixes #17753 git-svn-id: https://develop.svn.wordpress.org/trunk@18475 602fd350-edb4-49c9-b593-d223f7449a82 --- wp-admin/network/index.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/wp-admin/network/index.php b/wp-admin/network/index.php index 3ab39317c7..c5f093b3c1 100644 --- a/wp-admin/network/index.php +++ b/wp-admin/network/index.php @@ -26,7 +26,7 @@ add_contextual_help($current_screen, '

' . __('Until WordPress 3.0, running multiple sites required using WordPress MU instead of regular WordPress. In version 3.0, these applications have merged. If you are a former MU user, you should be aware of the following changes:') . '

' . '' . - '

' . __('The Right Now box provides the network administrator with links to the screens to either create a new site or user, or to search existing users and sites. Screen for Sites and Users are also accessible through the left-hand navigation in the Network Admin section.') . '

' . + '

' . __('The Right Now box provides the network administrator with links to the screens to either create a new site or user, or to search existing users and sites. Screens for Sites and Users are also accessible through the left-hand navigation in the Network Admin section.') . '

' . '

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

' . '

' . __('Documentation on the Network Admin') . '

' . '

' . __('Support Forums') . '

'