Remove debug
git-svn-id: http://svn.automattic.com/wordpress/trunk@9374 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
parent
f7ea3c572b
commit
9d05b9595a
|
@ -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