Removed Commented Code

This commit is contained in:
Vignesh 2015-06-25 21:24:05 +05:30
parent 6e114d4f3c
commit 1241dcee69
1 changed files with 0 additions and 1 deletions

View File

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