diff --git a/plugins/wporg-5ftf/includes/email.php b/plugins/wporg-5ftf/includes/email.php index 166bd19..fe54939 100644 --- a/plugins/wporg-5ftf/includes/email.php +++ b/plugins/wporg-5ftf/includes/email.php @@ -25,7 +25,7 @@ defined( 'WPINC' ) || die(); */ function send_email( $to, $subject, $message, $pledge_id = false ) { $headers = array( - 'From: WordPress - Five for the Future ', + 'From: WordPress - Five for the Future ', 'Reply-To: getinvolved@wordpress.org', );