Skip to content

Commit

Permalink
Update class-event-application.php
Browse files Browse the repository at this point in the history
remove extra colon
  • Loading branch information
pkevan authored Oct 28, 2024
1 parent 59767eb commit 0fde6e2
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -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 ),
Expand Down

0 comments on commit 0fde6e2

Please sign in to comment.