From e1016f40c1d651e474a972837d573454da09cb18 Mon Sep 17 00:00:00 2001 From: Paul Kevan Date: Tue, 21 May 2024 12:18:29 +0100 Subject: [PATCH] phpcs --- plugins/wporg-5ftf/includes/reports.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/plugins/wporg-5ftf/includes/reports.php b/plugins/wporg-5ftf/includes/reports.php index e3777b1..ca5a308 100644 --- a/plugins/wporg-5ftf/includes/reports.php +++ b/plugins/wporg-5ftf/includes/reports.php @@ -58,7 +58,7 @@ function render_company_report_page() { $status = sanitize_title( $_GET['status'] ); - if ( ! in_array( $status, array( 'draft', '5ftf-deactivated', 'publish' ) ) ) { + if ( ! in_array( $status, array( 'draft','5ftf-deactivated','publish' ) ) ) { $status = 'all'; }