Skip to content

Commit

Permalink
Update camptix-tweaks.php
Browse files Browse the repository at this point in the history
phpcs
  • Loading branch information
pkevan authored Dec 19, 2024
1 parent a584de1 commit 6b43787
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -1098,7 +1098,7 @@ function add_show_ticket_type_filter() {
// Set posts_per_page to -1 so we show them all.
$all_tickets = get_posts( array(
'post_type' => 'tix_ticket',
'posts_per_page' => -1
'posts_per_page' => -1,
) );
?>
<select name="tix_show_ticket_type">
Expand Down

0 comments on commit 6b43787

Please sign in to comment.