comment_type=='pingback' || $comment->comment_type=='trackback' ){ ?>
  • >
    ', '
    ' ); ?>
  • >
    ', '' ); ?> comment_approved ) : ?>

    'div-comment', 'depth' => $depth, 'max_depth' => $args['max_depth'] ) ) ); ?>
    '; $fields['email'] = '
    '; $fields['url'] = '
    '; return $fields; } add_filter( 'comment_form_default_fields', 'vs_comment_form_default_fields' ); function vs_comment_form_field_comment( $comment_field ) { $req = get_option( 'require_name_email' ); $comment_field = '
    '; return $comment_field; } add_filter( 'comment_form_field_comment', 'vs_comment_form_field_comment' ); function vs_comment_form_defaults($defaults){ $defaults['comment_notes_before'] = ''; $defaults['comment_notes_after'] = ''; return $defaults; } add_filter( 'comment_form_defaults', 'vs_comment_form_defaults' );