1 <?php
2 if (function_exists('wp_list_comments')) {
3 comments_template('', true);
4 } else {
5 comments_template();
6 }
7 ?>