projects
/
WP-Themes
/
baragacounty.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
2c464d2
)
Added theme support function inclusion
author
Laury GvR
<laury@gaslightmedia.com>
Thu, 1 Dec 2016 20:43:39 +0000
(15:43 -0500)
committer
Laury GvR
<laury@gaslightmedia.com>
Thu, 1 Dec 2016 20:43:39 +0000
(15:43 -0500)
functions.php
patch
|
blob
|
history
style.css
patch
|
blob
|
history
diff --git
a/functions.php
b/functions.php
index
4b96d92
..
008c805
100644
(file)
--- a/
functions.php
+++ b/
functions.php
@@
-10,4
+10,5
@@
include_once 'lib/images.php';
include_once 'lib/plugins.php';
include_once 'lib/force-template-functions.php';
+ include_once 'lib/theme-support.php';
?>
\ No newline at end of file
diff --git
a/style.css
b/style.css
index
839c866
..
ec109dc
100644
(file)
--- a/
style.css
+++ b/
style.css
@@
-3,5
+3,5
@@
Theme Name: GenericHarborCountry
Author: Gaslight Media
Author URI: http://www.gaslightmedia.com
Description: A theme based off of HarborCountry
-Version: 1.0
+Version: 1.0
.1
*/