projects
/
WP-Themes
/
staffords.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
e6f42b1
)
Add woocommerce support declaration.
author
Laury GvR
<laury@gaslightmedia.com>
Mon, 7 Dec 2015 16:55:35 +0000
(11:55 -0500)
committer
Laury GvR
<laury@gaslightmedia.com>
Mon, 7 Dec 2015 16:55:35 +0000
(11:55 -0500)
functions.php
patch
|
blob
|
history
diff --git
a/functions.php
b/functions.php
index
6997d7b
..
25983bb
100644
(file)
--- a/
functions.php
+++ b/
functions.php
@@
-141,4
+141,6
@@
function mytheme_search_loop() {
add_action('thematic_searchloop', 'mytheme_search_loop');
// End of the Contextual/Highlight Search functions
add_image_size('glm_blocks', '300', '300', true);
-?>
+// needed to keep Woocommerce from constantly complaining.
+add_theme_support( 'woocommerce' );
+?>
\ No newline at end of file