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() ) : ?>
|
2012-04-28 17:28:18 +00:00
|
|
|
<div class="panel entry-content" id="tab-reviews">
|
2012-04-03 09:34:02 +00:00
|
|
|
|
|
|
|
<?php comments_template(); ?>
|
|
|
|
|
|
|
|
</div>
|
|
|
|
<?php endif; ?>
|