Skip to content

Commit

Permalink
phpcs
Browse files Browse the repository at this point in the history
  • Loading branch information
pkevan committed Oct 25, 2024
1 parent b7140f7 commit 59767eb
Showing 1 changed file with 5 additions and 5 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand All @@ -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 ),
Expand Down

0 comments on commit 59767eb

Please sign in to comment.