< id="comment-" has_children ? 'has-children' : '' ); ?>>
"comment_avatar rounded-circle" ) ); ?>
', '
' ); comment_reply_link( array_merge( $args, array( 'add_below' => 'div-comment', 'depth' => $depth, 'max_depth' => $args['max_depth'], 'before' => '' ) ) ); ?>
comment_approved ) : ?>

user_id ) ) { $user = $comment->user_id ? get_userdata( $comment->user_id ) : false; if ( $user ) { $author = ! empty( $user->first_name ) && ! empty( $user->last_name ) ? $user->first_name . ' ' . $user->last_name : $user->display_name; } else { $author = __( 'Anonymous', 'busify' ); } } $valid_uri = filter_var( $url, FILTER_VALIDATE_URL ); if ( ( empty( $url ) || 'http://' == $url ) && ! $valid_uri ) { $result = $author; } else { $result = '' . esc_html( $author ) . ''; } return apply_filters( 'busify_get_comment_author_link', $result, $author, $comment_id ); } } if ( ! function_exists( 'busify_show_comments' ) ) { add_action( 'busify_main_comments', 'busify_show_comments' ); /** * Show main Comments section */ function busify_show_comments() { ?>

' . get_the_title() . '' ); } else { /* translators: 1: comment. */ printf( esc_html( _nx( '%1$s comment', '%1$s comments', absint( $code_manas_comment_count ), 'comments title', 'busify' ) ), number_format_i18n( $code_manas_comment_count ), '' . esc_html( get_the_title() ) . '' ); } ?>

    'ol', 'max_depth' => 4, 'short_ping' => true, 'avatar_size' => '50', 'walker' => new Busify_Comment_Walker(), ) ); ?>