' . get_the_title() . ''); ?>

1 && get_option('page_comments') ) : // are there comments to navigate through ?>
    'b3_comment') ); ?>
1 && get_option('page_comments') ) : // are there comments to navigate through ?>

*'; $fields = array( 'author' => '
' . ' ' . '
', 'email' => '', 'url' => '
' . '
', ); $args = array('fields' => $fields, 'comment_field' => '
', 'must_log_in' => '', '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' => '
' . __('Your email address will not be published.', 'b3') . ( $req ? $required_text : '') . '
', 'comment_notes_after' => '
' . sprintf( __('You may use these HTML tags and attributes: %s', 'b3'), ' ' . allowed_tags() . '') . '
', ); comment_form($args); ?>