mirror of
https://github.com/gosticks/wordpress-develop.git
synced 2026-07-01 07:40:07 +00:00
trailing tabs and whitespace cleanup.
git-svn-id: https://develop.svn.wordpress.org/trunk@4953 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
@@ -163,7 +163,7 @@ function wp_mail($to, $subject, $message, $headers = '') {
|
||||
require_once(ABSPATH . WPINC . '/class-smtp.php');
|
||||
$phpmailer = new PHPMailer();
|
||||
}
|
||||
|
||||
|
||||
$mail = compact('to', 'subject', 'message', 'headers');
|
||||
$mail = apply_filters('wp_mail', $mail);
|
||||
extract($mail);
|
||||
|
||||
Reference in New Issue
Block a user