'
' . ' ' . '
', 'email' => '
' . '
', 'url' => '
' . '
' ); return $fields; } add_filter( 'comment_form_defaults', 'jabbadu_comment_form' ); function jabbadu_comment_form( $args ) { $args['comment_field'] = '
'; $args['class_submit'] = 'btn btn-default'; // since WP 4.1 return $args; } // Comment Layout function jabbadu_comments($comment, $args, $depth) { $GLOBALS['comment'] = $comment; ?>
  • >
    %s', get_comment_author_link()) ?> ','') ?> comment_approved == '0') : ?>

    $depth, 'max_depth' => $args['max_depth']))) ?>
  •