'commentform', 'id_submit' => 'submit', 'title_reply' => __('Leave a reply', 'wk'), 'title_reply_to' => __('Leave a Reply to %s', 'wk'), 'cancel_reply_link' => __('Cancel Reply', 'wk'), 'label_submit' => __('Post Your Comment', 'wk'), 'comment_field' => '
', 'comment_notes_after' => '', /*'comment_notes_after' => '

' . sprintf( __('You may use these HTML tags and attributes: %s'), '

' . allowed_tags() . '
' ) . '

',*/ 'fields' => apply_filters('comment_form_default_fields', array( 'author' => '
' . ' ' . ( $req ? '*' : '' ) . '
', 'email' => '
' . ( $req ? '*' : '' ) . '
', 'url' => '
' . '
' ) ), ); //return return $args; } endif; function wk_comment($comment, $args, $depth) { $GLOBALS['comment'] = $comment; extract($args, EXTR_SKIP); if ( 'div' == $args['style'] ) { $tag = 'div'; $add_below = 'comment'; } else { $tag = 'li'; $add_below = 'div-comment'; } ?> < id="comment-">
%s', 'wk' ), get_comment_author_link() ); ?>
comment_approved == '0' ) : ?>
$add_below, 'depth' => $depth, 'max_depth' => $args['max_depth'] ) ) ); ?>