Broke the shortcode, fixed
authorLaury GvR <laury@gaslightmedia.com>
Tue, 19 Apr 2016 19:22:35 +0000 (15:22 -0400)
committerLaury GvR <laury@gaslightmedia.com>
Tue, 19 Apr 2016 19:22:35 +0000 (15:22 -0400)
functions.php

index e90b37d..cda8fa2 100644 (file)
@@ -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 ) {