From: Laury GvR Date: Tue, 12 Apr 2016 17:05:35 +0000 (-0400) Subject: Title made briefer X-Git-Tag: v1.0.0^2~34 X-Git-Url: http://cvs2.gaslightmedia.com/gitweb/index.cgi?a=commitdiff_plain;h=52249ac71e24df603e85b0de8b5c75c1e6d21eec;p=WP-Themes%2Fjollylama.git Title made briefer --- diff --git a/functions.php b/functions.php index 24edf96..45a1e8f 100644 --- a/functions.php +++ b/functions.php @@ -82,7 +82,7 @@ function woo_product_inquiry_tab( $tabs ) { // Adds the new tab $tabs['test_tab'] = array( - 'title' => __( 'Product Inquiry 2', 'woocommerce' ), + 'title' => __( 'Inquiry', 'woocommerce' ), 'priority' => 50, 'callback' => 'woo_product_inquiry_content' );