From 0fde6e2fde8e0224dd4c6029bfd92112615a7da1 Mon Sep 17 00:00:00 2001 From: Paul Kevan <2290623+pkevan@users.noreply.github.com> Date: Mon, 28 Oct 2024 15:21:23 +0000 Subject: [PATCH] Update class-event-application.php remove extra colon --- .../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 e7f105612..6e6f3d53f 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,7 +281,7 @@ public function notify_applicant_application_received( $email_address, $event_ci "---- Internal details for the Community Team ----\n\n Name: %1\$s\n Type: %2\$s\n - URL: : https://central.wordcamp.org/wp-admin/post.php?post=%3\$d&action=edit", + URL: https://central.wordcamp.org/wp-admin/post.php?post=%3\$d&action=edit", $this->get_event_label(), sanitize_text_field( $event_city ), absint( $application_post ),