'',
'fields' => apply_filters( 'comment_form_default_fields', $fields ),
'comment_field' => '
...',
'logged_in_as' => '
...',
'comment_notes_before' => '
...',
'id_form' => 'commentform',
'id_submit' => 'submit',
'title_reply' => __( 'Leave a Reply' ),
'title_reply_to' => __( 'Leave a Reply to %s' ),
'cancel_reply_link' => __( 'Cancel reply' ),
'label_submit' => __( 'Post Comment' ),
);
comment_form($comments_args);
function dw_ping($comment, $args, $depth) {
}
?>