Update templates/single-product/tabs/tab-description.php
Added apply_filters to the tab title
This commit is contained in:
parent
ea4ffae2d6
commit
160c3bd897
|
@ -10,5 +10,5 @@
|
|||
global $post;
|
||||
|
||||
if ( $post->post_content ) : ?>
|
||||
<li class="description_tab"><a href="#tab-description"><?php _e('Description', 'woocommerce'); ?></a></li>
|
||||
<li class="description_tab"><a href="#tab-description"><?php echo apply_filters('woocommerce_product_description_tab_title', __('Description', 'woocommerce')) ?></a></li>
|
||||
<?php endif; ?>
|
Loading…
Reference in New Issue