includes/admin/meta-boxes/class-wc-meta-box-order-data.php 1 location
|
@@ 190-192 (lines=3) @@
|
187 |
|
echo '. '; |
188 |
|
} |
189 |
|
|
190 |
|
if ( $ip_address = get_post_meta( $post->ID, '_customer_ip_address', true ) ) { |
191 |
|
echo __( 'Customer IP', 'woocommerce' ) . ': <span class="woocommerce-Order-customerIP">' . esc_html( $ip_address ) . '</span>'; |
192 |
|
} |
193 |
|
?></p> |
194 |
|
|
195 |
|
<div class="order_data_column_container"> |
includes/admin/views/html-admin-page-status-report.php 1 location
|
@@ 688-690 (lines=3) @@
|
685 |
|
<td><?php |
686 |
|
echo esc_html( $parent_theme->Version ); |
687 |
|
|
688 |
|
if ( version_compare( $parent_theme->Version, $update_theme_version, '<' ) ) { |
689 |
|
echo ' – <strong style="color:red;">' . sprintf( __( '%s is available', 'woocommerce' ), esc_html( $update_theme_version ) ) . '</strong>'; |
690 |
|
} |
691 |
|
?></td> |
692 |
|
</tr> |
693 |
|
<tr> |