web/wp-content/themes/inove/templates/comments.php
changeset 1 0d28b7c10758
equal deleted inserted replaced
0:0d9a58d2c515 1:0d28b7c10758
       
     1 <?php
       
     2 	if (function_exists('wp_list_comments')) {
       
     3 		comments_template('', true);
       
     4 	} else {
       
     5 		comments_template();
       
     6 	}
       
     7 ?>