From 11eea717fc092a9ea0d432a2b35f234f21baa4f6 Mon Sep 17 00:00:00 2001 From: Chuck Scott Date: Fri, 24 Feb 2017 11:58:18 -0500 Subject: [PATCH] Fixed issues with hooksHelp not properly reporting --- setup/adminHooks.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup/adminHooks.php b/setup/adminHooks.php index e0d6f93..608c98d 100644 --- a/setup/adminHooks.php +++ b/setup/adminHooks.php @@ -27,7 +27,7 @@ */ -// Add content to member detail page +// Add hooksHelp.html file to admin Management hooks output add_filter('glm-member-db-admin-management-hooksHelp', function($content) { // Read in this plugin/addon hook help file -- 2.17.1