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

14 lines
199 B
PHP
Raw Normal View History

2011-12-09 22:44:03 +00:00
<?php
/**
* Reviews Tab
*/
global $woocommerce, $post;
2012-04-03 09:34:02 +00:00
if ( comments_open() ) : ?>
<div class="panel entry-content" id="tab-reviews">
2012-04-03 09:34:02 +00:00
<?php comments_template(); ?>
</div>
<?php endif; ?>