From 6b437874c93f0ff277b66d5a78ace7b9e0761a05 Mon Sep 17 00:00:00 2001 From: Paul Kevan <2290623+pkevan@users.noreply.github.com> Date: Thu, 19 Dec 2024 11:23:45 +0000 Subject: [PATCH] Update camptix-tweaks.php phpcs --- .../wp-content/mu-plugins/camptix-tweaks/camptix-tweaks.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public_html/wp-content/mu-plugins/camptix-tweaks/camptix-tweaks.php b/public_html/wp-content/mu-plugins/camptix-tweaks/camptix-tweaks.php index 16803700a..3e59f5df5 100644 --- a/public_html/wp-content/mu-plugins/camptix-tweaks/camptix-tweaks.php +++ b/public_html/wp-content/mu-plugins/camptix-tweaks/camptix-tweaks.php @@ -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, ) ); ?>