From: Steve Sutton Date: Tue, 18 Jul 2017 18:37:33 +0000 (-0400) Subject: Add help guide link X-Git-Tag: v2.10.0^2~3 X-Git-Url: http://cvs2.gaslightmedia.com/gitweb/?a=commitdiff_plain;h=7af49896616d58795998b36195d634c685dc8194;p=WP-Plugins%2Fglm-member-db.git Add help guide link Adding a link to the help guide on gaslightmedia website. --- diff --git a/setup/adminHooks.php b/setup/adminHooks.php index 4b750b8d..18000e16 100644 --- a/setup/adminHooks.php +++ b/setup/adminHooks.php @@ -357,9 +357,9 @@ function glm_admin_import_help_tab () { $screen->add_help_tab( $newTab ); } // Help sidebars - // $screen->set_help_sidebar( - // '

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

' . - // '

' . - // __( 'Support' ) . '

' - // ); + $screen->set_help_sidebar( + '

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

' . + '

' . + __( 'Help Guide' ) . '

' + ); }