From 1241dcee69a1ac349a9153afefd525bb1f0770f8 Mon Sep 17 00:00:00 2001 From: Vignesh Date: Thu, 25 Jun 2015 21:24:05 +0530 Subject: [PATCH] Removed Commented Code --- includes/emails/class-wc-email.php | 1 - 1 file changed, 1 deletion(-) diff --git a/includes/emails/class-wc-email.php b/includes/emails/class-wc-email.php index 9db0a77af84..3aac6647330 100644 --- a/includes/emails/class-wc-email.php +++ b/includes/emails/class-wc-email.php @@ -240,7 +240,6 @@ class WC_Email extends WC_Settings_API { if ( $this->sending && $this->get_email_type() == 'multipart' ) { $mailer->AltBody = wordwrap( preg_replace( $this->plain_search, $this->plain_replace, strip_tags( $this->get_content_plain() ) ) ); - //$mailer->AltBody = wordwrap( html_entity_decode( strip_tags( $this->get_content_plain() ) ), 70 ); $this->sending = false; }