projects
/
WP-Themes
/
jollylama.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
b2627e3
)
Broke the shortcode, fixed
author
Laury GvR
<laury@gaslightmedia.com>
Tue, 19 Apr 2016 19:22:35 +0000
(15:22 -0400)
committer
Laury GvR
<laury@gaslightmedia.com>
Tue, 19 Apr 2016 19:22:35 +0000
(15:22 -0400)
functions.php
patch
|
blob
|
history
diff --git
a/functions.php
b/functions.php
index
e90b37d
..
cda8fa2
100644
(file)
--- a/
functions.php
+++ b/
functions.php
@@
-91,7
+91,7
@@
function woo_product_inquiry_tab( $tabs ) {
}
function woo_product_inquiry_content() {
- echo do_shortcode('[gravityform id="2" title="true" description="true"');
+ echo do_shortcode('[gravityform id="2" title="true" description="true"
]
');
}
add_filter( 'gform_field_value_product_sku', 'gform_add_product_sku_field' );
function gform_add_product_sku_field( $value ) {