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:
04af4ee
)
Re-insert call for adminHooks.php
author
Steve Sutton
<steve@gaslightmedia.com>
Wed, 2 Oct 2019 19:45:57 +0000
(15:45 -0400)
committer
Chuck Scott
<cscott@gaslightmedia.com>
Wed, 16 Oct 2019 13:19:02 +0000
(09:19 -0400)
Add require once for admin Hooks
index.php
patch
|
blob
|
history
diff --git
a/index.php
b/index.php
index
36b0984
..
79335e8
100755
(executable)
--- a/
index.php
+++ b/
index.php
@@
-57,6
+57,7
@@
if (is_admin()) {
add_action('admin_menu', function() {
require_once GLM_SERVERSTATS_PLUGIN_PATH.'/setup/adminMenus.php';
});
+ require_once GLM_SERVERSTATS_PLUGIN_PATH . '/setup/adminHooks.php';
}
// If setup/commonHooks.php exists include that now