Remove debug

git-svn-id: http://svn.automattic.com/wordpress/trunk@9374 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
ryan 2008-10-28 03:43:52 +00:00
parent f7ea3c572b
commit 9d05b9595a
1 changed files with 0 additions and 1 deletions

View File

@ -410,7 +410,6 @@ function wp_mail( $to, $subject, $message, $headers = '', $attachments = array()
}
}
error_log($attachments);
if ( !empty( $attachments ) ) {
foreach ( $attachments as $attachment ) {
$phpmailer->AddAttachment($attachment);