From: Laury GvR Date: Tue, 19 Apr 2016 19:22:35 +0000 (-0400) Subject: Broke the shortcode, fixed X-Git-Tag: v1.0.0^2~25 X-Git-Url: http://cvs2.gaslightmedia.com/gitweb/?a=commitdiff_plain;h=d18ca7ae46dfc1cc03493004345c75fa19fe4265;p=WP-Themes%2Fjollylama.git Broke the shortcode, fixed --- 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 ) {