From 59767ebb6585a17dbb526b81a0cea9898a1ed4e6 Mon Sep 17 00:00:00 2001 From: Paul Kevan Date: Fri, 25 Oct 2024 14:36:12 +0100 Subject: [PATCH] phpcs --- .../wcpt/wcpt-event/class-event-application.php | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) 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 8d473aaa1..e7f105612 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 @@ -258,7 +258,7 @@ public function display_notice( $message, $notice_classes ) { * * @param string $email_address * @param string $event_city - * @param int $application_post id of post created on WC Central. + * @param int $application_post id of post created on WC Central. */ public function notify_applicant_application_received( $email_address, $event_city, $application_post ) { //translators: Name of the event. E.g. WordCamp or meetup. @@ -278,10 +278,10 @@ public function notify_applicant_application_received( $email_address, $event_ci sanitize_text_field( $event_city ) ); $message .= sprintf( - "---- 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", + "---- 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", $this->get_event_label(), sanitize_text_field( $event_city ), absint( $application_post ),