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:
b52e466
)
Title made briefer
author
Laury GvR
<laury@gaslightmedia.com>
Tue, 12 Apr 2016 17:05:35 +0000
(13:05 -0400)
committer
Laury GvR
<laury@gaslightmedia.com>
Tue, 12 Apr 2016 17:05:35 +0000
(13:05 -0400)
functions.php
patch
|
blob
|
history
diff --git
a/functions.php
b/functions.php
index
24edf96
..
45a1e8f
100644
(file)
--- 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'
);