projects
/
WP-Plugins
/
glm-member-db.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
87c50e3
)
Fixed script call
author
Laury GvR
<laury@gaslightmedia.com>
Fri, 20 May 2016 13:10:14 +0000
(09:10 -0400)
committer
Laury GvR
<laury@gaslightmedia.com>
Fri, 20 May 2016 13:10:24 +0000
(09:10 -0400)
controllers/front.php
patch
|
blob
|
history
diff --git
a/controllers/front.php
b/controllers/front.php
index
77c41d3
..
f3e8413
100644
(file)
--- a/
controllers/front.php
+++ b/
controllers/front.php
@@
-85,7
+85,7
@@
class glmMembersFront extends GlmPluginSupport
}
// Add filters for use anywhere else (apply_filter). Will have to add this to index.php eventually
- add_filter('glmMembersFrontScriptsFilter',array($this,'glmMembersFront
CSS
'));
+ add_filter('glmMembersFrontScriptsFilter',array($this,'glmMembersFront
Scripts
'));
add_filter('glmMembersFrontCSSFilter',array($this,'glmMembersFrontCSS'));
}