From: Steve Sutton Date: Thu, 10 Jan 2019 14:59:11 +0000 (-0500) Subject: re-enable notices X-Git-Tag: v2.3.0^2~6 X-Git-Url: http://cvs2.gaslightmedia.com/gitweb/?a=commitdiff_plain;h=9e425d236aa01eb8c6c82e35964e69c058342724;p=WP-Plugins%2Fglm-serverstats.git re-enable notices for testing --- 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' ); -*/ }