diff -r 490d5cc509ed -r cf61fcea0001 wp/wp-content/themes/twentyfourteen/comments.php --- a/wp/wp-content/themes/twentyfourteen/comments.php Tue Jun 09 11:14:17 2015 +0000 +++ b/wp/wp-content/themes/twentyfourteen/comments.php Mon Oct 14 17:39:30 2019 +0200 @@ -24,8 +24,24 @@

@@ -39,11 +55,13 @@
    'ol', - 'short_ping' => true, - 'avatar_size' => 34, - ) ); + wp_list_comments( + array( + 'style' => 'ol', + 'short_ping' => true, + 'avatar_size' => 34, + ) + ); ?>