Changeset 2886 for sites/branches/application-tracking/wordcamp.org
- Timestamp:
- 04/04/2016 06:43:54 PM (10 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
sites/branches/application-tracking/wordcamp.org/public_html/wp-content/plugins/wcpt/applications/wordcamp.php
r2879 r2886 211 211 $subject = "We've received your WordCamp application"; 212 212 $headers = array( 'Reply-To: support@wordcamp.org' ); 213 $message = "Thank you for applying to organize WordCamp $wordcamp_name! We'll send you a follow-up e-mail once we've had a chance to review your application."; 213 $message = sprintf( 214 "Thank you for applying to organize WordCamp %s! We'll send you a follow-up e-mail once we've had a chance to review your application.", 215 sanitize_text_field( $wordcamp_name ) 216 ); 214 217 215 218 wp_mail( $email_address, $subject, $message, $headers );
Note: See TracChangeset
for help on using the changeset viewer.