projects
/
WP-Themes
/
mountpleasantwow.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
3e4ef65
)
Update to declare support for woocommerce
feature/paymentPage
author
Steve Sutton
<steve@gaslightmedia.com>
Wed, 20 Jan 2016 17:01:56 +0000
(12:01 -0500)
committer
Steve Sutton
<steve@gaslightmedia.com>
Wed, 20 Jan 2016 17:01:56 +0000
(12:01 -0500)
functions.php
patch
|
blob
|
history
diff --git
a/functions.php
b/functions.php
index
e029a88
..
d421303
100644
(file)
--- a/
functions.php
+++ b/
functions.php
@@
-486,4
+486,8
@@
function mountpleasant_shop_order_button_text()
}
add_filter('woocommerce_order_button_text', 'mountpleasant_shop_order_button_text');
add_filter( 'gform_tabindex', '__return_false' );
+add_action( 'after_setup_theme', 'woocommerce_support' );
+function woocommerce_support() {
+ add_theme_support( 'woocommerce' );
+}
?>