Skip to content

Commit

Permalink
Update class-event-application.php (#1422)
Browse files Browse the repository at this point in the history
Switch variable order, as they as incorrect.
  • Loading branch information
pkevan authored Oct 30, 2024
1 parent 2bbc491 commit f83f4df
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -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 ) {
Expand Down

0 comments on commit f83f4df

Please sign in to comment.