From 239aa081c5386b40fc7d596f3a0139f7e55d26ad Mon Sep 17 00:00:00 2001 From: Sergey Biryukov Date: Mon, 16 Sep 2013 20:14:11 +0000 Subject: [PATCH] Clarify a string in Network Dashboard help text. props DrewAPicture. see #23163. Built from https://develop.svn.wordpress.org/trunk@25457 git-svn-id: http://core.svn.wordpress.org/trunk@25378 1a063a9b-81f0-0310-95a4-ce76da25c4cd --- wp-admin/network/index.php | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/wp-admin/network/index.php b/wp-admin/network/index.php index 96c2c248a6..38f5357e34 100644 --- a/wp-admin/network/index.php +++ b/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',