From d18ca7ae46dfc1cc03493004345c75fa19fe4265 Mon Sep 17 00:00:00 2001 From: Laury GvR Date: Tue, 19 Apr 2016 15:22:35 -0400 Subject: [PATCH] Broke the shortcode, fixed --- functions.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/functions.php b/functions.php index e90b37d..cda8fa2 100644 --- 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 ) { -- 2.17.1