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 140b1a889..3e620fc99 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 @@ -278,16 +278,16 @@ 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 + "---- Internal details for the Community Team ----\n Name: %1\$s\n - Type: %2\$s\n", + Type: %2\$s", $this->get_event_label(), sanitize_text_field( $event_city ), ); if ( 0 !== $application_post ) { $message .= sprintf( - 'URL: https://central.wordcamp.org/wp-admin/post.php?post=%3\$d&action=edit', + "\nURL: https://central.wordcamp.org/wp-admin/post.php?post=%1\$d&action=edit", absint( $application_post ) ); }