From 6410f107fbc2e5fe70db8508475c6af14fee2b25 Mon Sep 17 00:00:00 2001 From: Chuck Scott Date: Tue, 26 Jul 2016 13:30:38 -0400 Subject: [PATCH] Removed extraneous useless nonsense that was included for no good reason. --- setup/adminHooks.php | 6 ------ 1 file changed, 6 deletions(-) diff --git a/setup/adminHooks.php b/setup/adminHooks.php index 8956b48..56f9b52 100644 --- a/setup/adminHooks.php +++ b/setup/adminHooks.php @@ -26,9 +26,3 @@ * Also note that parameters will be in the context of the main admin controller constructor. */ -// Add events notices to main dashboard widget - add_filter( 'glm-member-db-dashboard-widget-notices', function( $parameter ) { - - - - }); -- 2.17.1