' . sprintf( __( 'Logged in as %2$s. Log out »', 'ux' ), admin_url( 'profile.php' ), $user_identity, wp_logout_url( apply_filters( 'the_permalink', get_permalink( ) ) ) ) . '
', 'title_reply' => '', 'title_reply_to' => __( 'LEAVE A COMMENT to %s', 'ux' ), 'cancel_reply_link' => __( 'CANCEL REPLY', 'ux' ), 'label_submit' => __( 'SEND', 'ux' ), 'comment_field' => '', 'must_log_in' => '' . sprintf( __( 'You must be logged in to post a comment.', 'ux' ), wp_login_url( apply_filters( 'the_permalink', get_permalink( ) ) ) ) . '
', 'comment_notes_after' =>'', 'comment_notes_before' =>'' ); comment_form($comments_args); endif; ?>