From 9e425d236aa01eb8c6c82e35964e69c058342724 Mon Sep 17 00:00:00 2001 From: Steve Sutton Date: Thu, 10 Jan 2019 09:59:11 -0500 Subject: [PATCH] re-enable notices for testing --- setup/adminMenus.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/setup/adminMenus.php b/setup/adminMenus.php index fec2eb4..a6e1216 100755 --- a/setup/adminMenus.php +++ b/setup/adminMenus.php @@ -64,7 +64,8 @@ if (current_user_can('editor') || current_user_can('administrator')) { } -/* Tempoorarily Dissabled +/* Tempoorarily re enabled +*/ add_menu_page( 'GLM Notifications', 'GLM Notifications', @@ -76,6 +77,5 @@ if (current_user_can('editor') || current_user_can('administrator')) { GLM_SERVERSTATS_PLUGIN_ASSETS_URL.'/flame.png', '3.200' ); -*/ } -- 2.17.1