Remove debug
git-svn-id: https://develop.svn.wordpress.org/trunk@9374 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
parent
3b6a13b520
commit
42adea08a5
@ -410,7 +410,6 @@ function wp_mail( $to, $subject, $message, $headers = '', $attachments = array()
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
error_log($attachments);
|
|
||||||
if ( !empty( $attachments ) ) {
|
if ( !empty( $attachments ) ) {
|
||||||
foreach ( $attachments as $attachment ) {
|
foreach ( $attachments as $attachment ) {
|
||||||
$phpmailer->AddAttachment($attachment);
|
$phpmailer->AddAttachment($attachment);
|
||||||
|
Loading…
Reference in New Issue
Block a user