You must be logged in! '.wp_login_url(apply_filters('the_permalink',get_permalink())).'
', 'logged_in_as' => ''.sprintf(__( 'You are logged in as %2$s. Go out?'), admin_url('profile.php'), $user_identity, wp_logout_url(apply_filters('the_permalink',get_permalink()))).'
', 'comment_notes_before' => 'Your email address will not be published.
', 'id_form' => 'commentform', 'id_submit' => 'submit', 'title_reply' => 'leave a comment', 'title_reply_to' => 'Reply %s', 'cancel_reply_link' => 'Cancel reply', 'label_submit' => 'to send', 'class_submit' => 'btn btn-default' ); comment_form($args); } ?>