소스 검색

Fix 5146 (#5214)

* Fix 5146: post comment block alignment issue
Ben Dwyer 3 년 전
부모
커밋
d915c3eab8
1개의 변경된 파일2개의 추가작업 그리고 1개의 파일을 삭제
  1. 2 1
      seedlet/comments.php

+ 2 - 1
seedlet/comments.php

@@ -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 -->