diff --git a/comments.php b/comments.php index 2c94bfd038..7d05191569 100644 --- a/comments.php +++ b/comments.php @@ -50,10 +50,12 @@
    'ol', - 'short_ping' => true, - ) ); + wp_list_comments( + array( + 'style' => 'ol', + 'short_ping' => true, + ) + ); ?>