'. esc_html__("Join the discussion", 'salient').'' ?>

' . esc_html__('My comment is..', 'salient') . '' : null; $consent = empty( $commenter['comment_author_email'] ) ? '' : ' checked="checked"'; $args = array( 'id_form' => 'commentform', 'id_submit' => 'submit', 'title_reply' => __( 'Leave a Reply', 'salient' ), 'title_reply_to' => __( 'Leave a Reply to %s', 'salient' ), 'cancel_reply_link' => __( 'Cancel Reply', 'salient' ), 'label_submit' => __( 'Submit Comment', 'salient' ), 'comment_field' => '
'.$comment_label.'
', 'must_log_in' => '

' . sprintf( __( 'You must be logged in to post a comment.', 'salient' ), wp_login_url( apply_filters( 'the_permalink', esc_url(get_permalink()) ) ) ) . '

', 'logged_in_as' => '

' . sprintf( __( 'Logged in as %2$s. Log out?', 'salient' ), esc_url(admin_url( 'profile.php' )), $user_identity, wp_logout_url( apply_filters( 'the_permalink', esc_url(get_permalink()) ) ) ) . '

', 'comment_notes_before' => '', 'comment_notes_after' => '', 'title_reply_before' => '

', 'title_reply_after' => '

', 'fields' => apply_filters( 'comment_form_default_fields', array( 'author' => '
' . ' ' . '
', 'email' => '
' . '
', 'url' => '
' . '
', 'cookies' => '' ) ), ); comment_form($args); endif; // if you delete this the sky will fall on your head ?>