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">
|
<ol class="comment-list">
|
||||||
<?php
|
<?php
|
||||||
wp_list_comments( array(
|
wp_list_comments( array(
|
||||||
'style' => 'ol',
|
'style' => 'ol',
|
||||||
'short_ping' => true
|
'short_ping' => true,
|
||||||
) );
|
) );
|
||||||
?>
|
?>
|
||||||
</ol><!-- .comment-list -->
|
</ol><!-- .comment-list -->
|
||||||
|
|
Reference in New Issue