forked from mirror/_s
Add necessary arguments
This commit is contained in:
parent
a29f2773aa
commit
4f2b0fab63
|
@ -41,7 +41,12 @@ if ( post_password_required() ) {
|
|||
<?php endif; // check for comment navigation ?>
|
||||
|
||||
<ol class="comment-list">
|
||||
<?php wp_list_comments(); ?>
|
||||
<?php
|
||||
wp_list_comments( array(
|
||||
'style' => 'ol',
|
||||
'short_ping' => true
|
||||
) );
|
||||
?>
|
||||
</ol><!-- .comment-list -->
|
||||
|
||||
<?php if ( get_comment_pages_count() > 1 && get_option( 'page_comments' ) ) : // are there comments to navigate through ?>
|
||||
|
|
Reference in New Issue