Skip to content

Commit

Permalink
Remove empty space.
Browse files Browse the repository at this point in the history
  • Loading branch information
StevenDufresne committed Oct 23, 2024
1 parent 3fce2e5 commit d25c90d
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -123,7 +123,7 @@ public function ticket_form_message() {
}

// Warn users that they will need to login to purchase a ticket
if ( ! is_user_logged_in() && $camptix->has_tickets_available() && ! $this->user_is_editing_ticket() ) {
if ( ! is_user_logged_in() && $camptix->has_tickets_available() && ! $this->user_is_editing_ticket() ) {
$camptix->notice( apply_filters(
'camptix_require_login_please_login_message',
sprintf(
Expand Down

0 comments on commit d25c90d

Please sign in to comment.