< has_children ? 'parent media comment-box' : 'media comment-box', $comment ); ?>> 'comment-img' ) ); ?>
%1$s%2$s', esc_html( $comment_author ), __( 'says:', 'avantex' ) ); ?>
comment_approved ) { ?>

'div-comment', 'depth' => $depth, 'max_depth' => $args['max_depth'], 'before' => '
', 'after' => '
', ) ) ); $by_post_author = avantex_is_comment_by_post_author( $comment ); if ( $comment_reply_link ) { echo $comment_reply_link; // phpcs:ignore WordPress.Security.EscapeOutput.OutputNotEscaped -- Link is escaped in https://developer.wordpress.org/reference/functions/get_comment_reply_link/ } if ( $by_post_author ) { echo ''; } ?> %s
', esc_url( get_edit_comment_link() ), __( 'Edit', 'avantex' ) ); } ?>