woocommerce/templates/single-product/tabs/tab-description.php

5 lines
176 B
PHP
Raw Normal View History

2012-04-03 09:34:02 +00:00
<?php global $post;
if ( $post->post_content ) : ?>
2012-05-01 20:26:58 +00:00
<li class="description_tab"><a href="#tab-description"><?php _e('Description', 'woocommerce'); ?></a></li>
2012-04-03 09:34:02 +00:00
<?php endif; ?>