comicpress-2.8/themepack/twopointfive/commentlink.php

2 lines
165 B
PHP
Raw Normal View History

<?php if ('open' == $post->comment_status) { ?><div class="comment-link">[ <?php comments_popup_link('No Comments', '1 Comment', '% Comments'); ?> ]</div><?php } ?>