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

5 lines
179 B
PHP
Raw Normal View History

2011-12-12 11:35:54 +00:00
<?php global $product; ?>
<?php if ($product->has_attributes()) : ?>
2012-01-05 11:31:22 +00:00
<li><a href="#tab-attributes"><?php _e('Additional Information', 'woocommerce'); ?></a></li>
2011-12-12 11:35:54 +00:00
<?php endif; ?>