forked from mirror/_s
Remove arguments
This commit is contained in:
parent
dbbb3899e5
commit
a29f2773aa
|
@ -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 ?>
|
||||
|
|
Reference in New Issue