Remove arguments

This commit is contained in:
Ulrich Pogson 2013-12-22 22:01:16 +01:00
parent dbbb3899e5
commit a29f2773aa
1 changed files with 1 additions and 7 deletions

View File

@ -41,13 +41,7 @@ if ( post_password_required() ) {
<?php endif; // check for comment navigation ?>
<ol class="comment-list">
<?php
wp_list_comments( array(
'style' => 'ol',
'short_ping' => true,
'avatar_size' => 74,
) );
?>
<?php wp_list_comments(); ?>
</ol><!-- .comment-list -->
<?php if ( get_comment_pages_count() > 1 && get_option( 'page_comments' ) ) : // are there comments to navigate through ?>