Skip to content

Commit a39e155

Browse files
committed
fix linting errors
1 parent ed0a2bc commit a39e155

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/wp-includes/pluggable.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -356,8 +356,8 @@ function wp_mail( $to, $subject, $message, $headers = '', $attachments = array()
356356
$phpmailer->clearAttachments();
357357
$phpmailer->clearCustomHeaders();
358358
$phpmailer->clearReplyTos();
359-
$phpmailer->Body = '';
360-
$phpmailer->AltBody = '';
359+
$phpmailer->Body = '';
360+
$phpmailer->AltBody = '';
361361
$phpmailer->Encoding = PHPMailer\PHPMailer\PHPMailer::ENCODING_8BIT;
362362

363363
// Set "From" name and email.

0 commit comments

Comments
 (0)