From 7842b2ef6216e3b79bc6167981298501a8edba9b Mon Sep 17 00:00:00 2001 From: Paul Kevan <2290623+pkevan@users.noreply.github.com> Date: Wed, 30 Oct 2024 16:13:58 +0000 Subject: [PATCH] Update class-event-application.php Switch variable order, as they as incorrect. --- .../plugins/wcpt/wcpt-event/class-event-application.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public_html/wp-content/plugins/wcpt/wcpt-event/class-event-application.php b/public_html/wp-content/plugins/wcpt/wcpt-event/class-event-application.php index 3e620fc99..05604d630 100644 --- a/public_html/wp-content/plugins/wcpt/wcpt-event/class-event-application.php +++ b/public_html/wp-content/plugins/wcpt/wcpt-event/class-event-application.php @@ -281,8 +281,8 @@ public function notify_applicant_application_received( $email_address, $event_ci "---- Internal details for the Community Team ----\n Name: %1\$s\n Type: %2\$s", - $this->get_event_label(), sanitize_text_field( $event_city ), + $this->get_event_label(), ); if ( 0 !== $application_post ) {