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

5 lines
152 B
PHP
Raw Normal View History

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