Remove debug

git-svn-id: https://develop.svn.wordpress.org/trunk@9374 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
Ryan Boren 2008-10-28 03:43:52 +00:00
parent 3b6a13b520
commit 42adea08a5

View File

@ -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);