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',