From 7af49896616d58795998b36195d634c685dc8194 Mon Sep 17 00:00:00 2001 From: Steve Sutton Date: Tue, 18 Jul 2017 14:37:33 -0400 Subject: [PATCH] Add help guide link Adding a link to the help guide on gaslightmedia website. --- setup/adminHooks.php | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) 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' ) . '

' + ); } -- 2.17.1