Changeset 1626
- Timestamp:
- 05/25/2015 10:52:37 PM (10 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
sites/trunk/global.wordpress.org/public_html/wp-content/themes/rosetta/contact.php
r1624 r1626 200 200 201 201 add_action( 'phpmailer_init', 'rosetta_set_sender' ); 202 wp_mail( 'dominikschilling@gmail.com' /*get_option( 'admin_email' )*/, '[wordpress.org] ' . $message_data['subject'], $message, implode("\r\n", $headers ) );202 wp_mail( get_option( 'admin_email' ), '[wordpress.org] ' . $message_data['subject'], $message, implode( "\r\n", $headers ) ); 203 203 remove_action( 'phpmailer_init', 'rosetta_set_sender' ); 204 204 ?>
Note: See TracChangeset
for help on using the changeset viewer.