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