_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

@ -44,7 +44,7 @@ if ( post_password_required() ) {
<?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 -->