forked from mirror/_s
_s: Minor formatting update.
This commit is contained in:
parent
4f2b0fab63
commit
28a3044da9
|
@ -43,8 +43,8 @@ if ( post_password_required() ) {
|
|||
<ol class="comment-list">
|
||||
<?php
|
||||
wp_list_comments( array(
|
||||
'style' => 'ol',
|
||||
'short_ping' => true
|
||||
'style' => 'ol',
|
||||
'short_ping' => true,
|
||||
) );
|
||||
?>
|
||||
</ol><!-- .comment-list -->
|
||||
|
|
Reference in New Issue