projects
/
WP-Plugins
/
glm-serverstats.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
f82dc58
)
re-enable notices
author
Steve Sutton
<steve@gaslightmedia.com>
Thu, 10 Jan 2019 14:59:11 +0000
(09:59 -0500)
committer
Steve Sutton
<steve@gaslightmedia.com>
Thu, 10 Jan 2019 14:59:11 +0000
(09:59 -0500)
for testing
setup/adminMenus.php
patch
|
blob
|
history
diff --git
a/setup/adminMenus.php
b/setup/adminMenus.php
index
fec2eb4
..
a6e1216
100755
(executable)
--- 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'
);
-*/
}