'

', 'must_log_in' => '

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

', 'logged_in_as' => '

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

', 'comment_notes_before' => '', 'comment_notes_after' => '', 'title_reply' => __( 'Leave a Comment', 'caveat' ), 'title_reply_to' => __( 'Leave a Comment to %s', 'caveat' ), 'cancel_reply_link' => __( 'Cancel Comment', 'caveat' ), 'label_submit' => __( 'Submit Comment', 'caveat' ), ); ?>