Merge pull request #26989 from adamradocz/patch-1
Remove leftover note.
This commit is contained in:
commit
e218d25d6e
|
@ -26,7 +26,6 @@ do_action( 'woocommerce_email_header', $email_heading, $email ); ?>
|
|||
|
||||
<?php /* translators: %s: Customer first name */ ?>
|
||||
<p><?php printf( esc_html__( 'Hi %s,', 'woocommerce' ), esc_html( $order->get_billing_first_name() ) ); ?></p>
|
||||
<?php /* translators: %s: Site title */ ?>
|
||||
<p><?php esc_html_e( 'We have finished processing your order.', 'woocommerce' ); ?></p>
|
||||
<?php
|
||||
|
||||
|
|
Loading…
Reference in New Issue