Skip to content

Commit

Permalink
phpcs
Browse files Browse the repository at this point in the history
  • Loading branch information
pkevan committed Oct 28, 2024
1 parent 3d9fa45 commit 3581f3d
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -287,7 +287,7 @@ public function notify_applicant_application_received( $email_address, $event_ci

if ( 0 !== $application_post ) {
$message .= sprintf(
"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',
absint( $application_post )
);
}
Expand Down

0 comments on commit 3581f3d

Please sign in to comment.