Skip to content

Commit

Permalink
Remove empty newline.
Browse files Browse the repository at this point in the history
  • Loading branch information
StevenDufresne committed Oct 23, 2024
1 parent 2b2ffc6 commit 8bc45f0
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -841,7 +841,6 @@ public function prevent_unknown_attendees_viewing_private_content( $parameters )
protected function user_is_editing_ticket() {
return isset( $_REQUEST['tix_action'] ) && in_array( $_REQUEST['tix_action'], array( 'access_tickets', 'edit_attendee' ) );
}

} // CampTix_Require_Login

camptix_register_addon( 'CampTix_Require_Login' );

0 comments on commit 8bc45f0

Please sign in to comment.