Classname was using total instead of email

This commit is contained in:
Mike Jolley 2017-10-09 11:37:00 +01:00
parent 734357aa3e
commit ce11605287
1 changed files with 1 additions and 1 deletions

View File

@ -53,7 +53,7 @@ if ( ! defined( 'ABSPATH' ) ) {
</li>
<?php if ( is_user_logged_in() && $order->get_user_id() === get_current_user_id() && $order->get_billing_email() ) : ?>
<li class="woocommerce-order-overview__total total">
<li class="woocommerce-order-overview__email email">
<?php _e( 'Email:', 'woocommerce' ); ?>
<strong><?php echo $order->get_billing_email(); ?></strong>
</li>