2011-12-12 11:35:54 +00:00
|
|
|
<?php global $product; ?>
|
|
|
|
|
2012-01-10 15:36:14 +00:00
|
|
|
<?php if ($product->has_attributes() || $product->has_dimensions() || $product->has_weight()) : ?>
|
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; ?>
|