improved the bacs email instructions

Conflicts:
	includes/gateways/bacs/class-wc-gateway-bacs.php
This commit is contained in:
claudiosmweb 2014-02-28 20:35:40 -03:00 committed by Coen Jacobs
parent 1aa9840856
commit 0b08814227
1 changed files with 2 additions and 2 deletions

View File

@ -228,7 +228,7 @@ class WC_Gateway_BACS extends WC_Payment_Gateway {
}
if ( $this->instructions ) {
echo wpautop( wptexturize( $this->instructions ) );
echo wpautop( wptexturize( $this->instructions ) ) . PHP_EOL;
}
$this->bank_details( $order->id );
@ -282,7 +282,7 @@ class WC_Gateway_BACS extends WC_Payment_Gateway {
}
}
echo '</ul>' . PHP_EOL;
echo '</ul>';
}
}
}