From 08de7e75518691471ab2e7eade680b151b924956 Mon Sep 17 00:00:00 2001 From: Bradley-D Date: Fri, 4 Jan 2019 10:08:22 +1000 Subject: [PATCH] [ UPDATE ] Opening parenthesis of a multi-line function call must be the last content on the line --- comments.php | 10 ++++++---- 1 file changed, 6 insertions(+), 4 deletions(-) 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, + ) + ); ?>