From 0df00f6ea009a8756e9d557d7be8908960cd48b2 Mon Sep 17 00:00:00 2001 From: mateuswetah Date: Mon, 20 May 2019 17:36:13 -0300 Subject: [PATCH] Removes class from avatar image in commments section. --- src/comments.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/comments.php b/src/comments.php index ced8d75..fde7aba 100644 --- a/src/comments.php +++ b/src/comments.php @@ -45,7 +45,7 @@ if ( post_password_required() ) { 'title_reply' => '', 'title_reply_before' => '', 'title_reply_after' => '', - 'comment_field' => sprintf( '
', get_avatar_url( $current_user->ID, array( + 'comment_field' => sprintf( '
', get_avatar_url( $current_user->ID, array( 'size' => 60, ) ) ) . '
', 'cancel_reply_before' => '',