*';
$fields = array(
'author' => '',
'email' => '',
'url' => '',
);
$args = array('fields' => $fields,
'comment_field' => '',
'must_log_in' => '
'
. sprintf( __('You must be
logged in to post a comment.'),
wp_login_url( apply_filters('the_permalink', get_permalink( $post->ID ) ) ) ) . '
',
'logged_in_as' => '
'
. sprintf( __('Logged in as
%2$s.
Log out?'),
get_edit_user_link(), $user_identity, wp_logout_url( apply_filters('the_permalink', get_permalink( $post->ID ) ) ) )
. '
',
'comment_notes_before' => '',
'comment_notes_after' => '
',
);
comment_form($args); ?>