re-enable notices
authorSteve Sutton <steve@gaslightmedia.com>
Thu, 10 Jan 2019 14:59:11 +0000 (09:59 -0500)
committerSteve Sutton <steve@gaslightmedia.com>
Thu, 10 Jan 2019 14:59:11 +0000 (09:59 -0500)
for testing

setup/adminMenus.php

index fec2eb4..a6e1216 100755 (executable)
@@ -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'
     );
-*/
 
 }