diff --git a/includes/admin/meta-boxes/class-wc-meta-box-order-data.php b/includes/admin/meta-boxes/class-wc-meta-box-order-data.php index 5567314c925..96f9ce5bd9f 100644 --- a/includes/admin/meta-boxes/class-wc-meta-box-order-data.php +++ b/includes/admin/meta-boxes/class-wc-meta-box-order-data.php @@ -188,7 +188,7 @@ class WC_Meta_Box_Order_Data { } if ( $ip_address = get_post_meta( $post->ID, '_customer_ip_address', true ) ) { - echo __( 'Customer IP', 'woocommerce' ) . ': ' . esc_html( $ip_address ); + echo __( 'Customer IP', 'woocommerce' ) . ': ' . esc_html( $ip_address ) . ''; } ?>