From 7e6d20733edaf4b1a032792365b74cfeeb654a7c Mon Sep 17 00:00:00 2001 From: Sergey Biryukov Date: Mon, 16 Sep 2013 20:13:36 +0000 Subject: [PATCH] Clarify a string in Network Dashboard help text. props DrewAPicture. see #23163. git-svn-id: https://develop.svn.wordpress.org/trunk@25457 602fd350-edb4-49c9-b593-d223f7449a82 --- src/wp-admin/network/index.php | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/src/wp-admin/network/index.php b/src/wp-admin/network/index.php index 96c2c248a6..38f5357e34 100644 --- a/src/wp-admin/network/index.php +++ b/src/wp-admin/network/index.php @@ -36,11 +36,11 @@ get_current_screen()->add_help_tab( array( ) ); $quick_tasks = '

' . __( 'The Right Now widget on this screen provides current user and site counts on your network.' ) . '

'; -$quick_tasks .= ''; +$quick_tasks .= ''; $quick_tasks .= '

' . __( 'To search for a user or site, use the search boxes.' ) . '

'; -$quick_tasks .= ''; +$quick_tasks .= ''; get_current_screen()->add_help_tab( array( 'id' => 'quick-tasks',