From 892690cfebd8d23855ff734e63507a90dbbc8908 Mon Sep 17 00:00:00 2001 From: Chuck Scott Date: Fri, 24 Feb 2017 11:43:29 -0500 Subject: [PATCH] Fixed issues with plugin not reporting hooksHelp.html correctly --- setup/adminHooks.php | 2 +- setup/hooksHelp.html | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/setup/adminHooks.php b/setup/adminHooks.php index 7cbd73a..a873298 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 diff --git a/setup/hooksHelp.html b/setup/hooksHelp.html index 865bc48..651e805 100644 --- a/setup/hooksHelp.html +++ b/setup/hooksHelp.html @@ -1,4 +1,4 @@ - +

Contacts Add-On

-- 2.17.1