includes/admin/views/html-admin-page-status-report.php 1 location
|
@@ 638-640 (lines=3) @@
|
| 635 |
|
<td><?php |
| 636 |
|
echo esc_html( $parent_theme->Version ); |
| 637 |
|
|
| 638 |
|
if ( version_compare( $parent_theme->Version, $update_theme_version, '<' ) ) { |
| 639 |
|
echo ' – <strong style="color:red;">' . sprintf( __( '%s is available', 'woocommerce' ), esc_html( $update_theme_version ) ) . '</strong>'; |
| 640 |
|
} |
| 641 |
|
?></td> |
| 642 |
|
</tr> |
| 643 |
|
<tr> |
includes/admin/meta-boxes/class-wc-meta-box-order-data.php 1 location
|
@@ 184-186 (lines=3) @@
|
| 181 |
|
echo '. '; |
| 182 |
|
} |
| 183 |
|
|
| 184 |
|
if ( $ip_address = get_post_meta( $post->ID, '_customer_ip_address', true ) ) { |
| 185 |
|
echo __( 'Customer IP', 'woocommerce' ) . ': ' . esc_html( $ip_address ); |
| 186 |
|
} |
| 187 |
|
?></p> |
| 188 |
|
|
| 189 |
|
<div class="order_data_column_container"> |