Skip to content

Commit

Permalink
Update closing line to correct text
Browse files Browse the repository at this point in the history
  • Loading branch information
kloon committed Sep 6, 2018
1 parent 5eaa6da commit 52190bc
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion templates/emails/customer-processing-order.php
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@

?>
<p>
<?php _e( 'Thanks for shopping with us.', 'woocommerce' ); // phpcs:ignore WordPress.XSS.EscapeOutput ?>
<?php _e( 'Woo!', 'woocommerce' ); // phpcs:ignore WordPress.XSS.EscapeOutput ?>
</p>
<?php

Expand Down
2 changes: 1 addition & 1 deletion templates/emails/plain/customer-processing-order.php
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@
*/
do_action( 'woocommerce_email_customer_details', $order, $sent_to_admin, $plain_text, $email );

_e( 'Thanks for shopping with us.', 'woocommerce' ) . "\n\n"; // phpcs:ignore WordPress.XSS.EscapeOutput
_e( 'Woo!', 'woocommerce' ) . "\n\n"; // phpcs:ignore WordPress.XSS.EscapeOutput

echo "\n=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=\n\n";

Expand Down

0 comments on commit 52190bc

Please sign in to comment.