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

3 lines
199 B
PHP
Raw Normal View History

2011-12-12 11:35:54 +00:00
<?php if ( comments_open() ) : ?>
2012-01-05 11:31:22 +00:00
<li class="reviews_tab"><a href="#tab-reviews"><?php _e('Reviews', 'woocommerce'); ?><?php echo comments_number(' (0)', ' (1)', ' (%)'); ?></a></li>
2011-12-12 11:35:54 +00:00
<?php endif; ?>