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 ?>
|
<?php endif; // check for comment navigation ?>
|
||||||
|
|
||||||
<ol class="comment-list">
|
<ol class="comment-list">
|
||||||
<?php
|
<?php wp_list_comments(); ?>
|
||||||
wp_list_comments( array(
|
|
||||||
'style' => 'ol',
|
|
||||||
'short_ping' => true,
|
|
||||||
'avatar_size' => 74,
|
|
||||||
) );
|
|
||||||
?>
|
|
||||||
</ol><!-- .comment-list -->
|
</ol><!-- .comment-list -->
|
||||||
|
|
||||||
<?php if ( get_comment_pages_count() > 1 && get_option( 'page_comments' ) ) : // are there comments to navigate through ?>
|
<?php if ( get_comment_pages_count() > 1 && get_option( 'page_comments' ) ) : // are there comments to navigate through ?>
|
||||||
|
|
Reference in New Issue