* Fix 5146: post comment block alignment issue
This commit is contained in:
Ben Dwyer 2021-12-16 18:54:44 +00:00 committed by GitHub
parent ede0308425
commit d915c3eab8
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -47,12 +47,13 @@ if ( post_password_required() ) {
<?php the_comments_navigation(); ?>
<ol class="comment-list">
<ol class="comment-list commentlist">
<?php
wp_list_comments( array(
'avatar_size'=> 42,
'style' => 'ol',
'short_ping' => true,
'format' => 'html'
) );
?>
</ol><!-- .comment-list -->