projects
/
WP-Themes
/
harborcountry.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
09d3490
)
fixed syntax error in the file name included in the functions.php file
author
Anthony Talarico
<talarico@gaslightmedia.com>
Thu, 1 Dec 2016 20:35:37 +0000
(15:35 -0500)
committer
Anthony Talarico
<talarico@gaslightmedia.com>
Thu, 1 Dec 2016 20:35:37 +0000
(15:35 -0500)
functions.php
patch
|
blob
|
history
diff --git
a/functions.php
b/functions.php
index
53e7cd2
..
9c3d231
100644
(file)
--- a/
functions.php
+++ b/
functions.php
@@
-11,5
+11,5
@@
include_once 'lib/plugins.php';
include_once 'lib/force-template-functions.php';
include_once 'lib/EventRegistration.php';
- include_once 'lib/theme
_
support.php';
+ include_once 'lib/theme
-
support.php';