_s: Minor formatting update.

This commit is contained in:
obenland 2014-01-20 20:34:10 -08:00
parent 4f2b0fab63
commit 28a3044da9
1 changed files with 2 additions and 2 deletions

View File

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