Removes class from avatar image in commments section.
This commit is contained in:
parent
2fe0e42f3a
commit
0df00f6ea0
|
@ -45,7 +45,7 @@ if ( post_password_required() ) {
|
|||
'title_reply' => '',
|
||||
'title_reply_before' => '',
|
||||
'title_reply_after' => '',
|
||||
'comment_field' => sprintf( '<div class="form-row"><div class="col-3 col-md-1 align-self-center form-row--avartar"><img src="%1$s" class="img-fluid rounded-circle"></div>', get_avatar_url( $current_user->ID, array(
|
||||
'comment_field' => sprintf( '<div class="form-row"><div class="col-3 col-md-1 align-self-center form-row--avartar"><img src="%1$s" class="rounded-circle"></div>', get_avatar_url( $current_user->ID, array(
|
||||
'size' => 60,
|
||||
) ) ) . '<div class="col-9 col-md-11 form-row--textarea"><textarea name="comment" id="comment" tabindex="1" required class="form-control mt-2 mt-sm-0" rows="2"></textarea></div></div>',
|
||||
'cancel_reply_before' => '',
|
||||
|
|
Loading…
Reference in New Issue