Fixed how update at date displays

This commit is contained in:
Claudio Sanches 2017-11-10 12:37:49 -02:00
parent 30fe4f5ab3
commit 74d86cf105
1 changed files with 1 additions and 1 deletions

View File

@ -144,7 +144,7 @@ if ( ! defined( 'ABSPATH' ) ) {
<table class="form-table">
<tbody>
<?php if ( $webhook->get_date_created() && '0000-00-00 00:00:00' !== $webhook->get_date_created()->date( 'Y-m-d H:i:s' ) ) : ?>
<?php if ( $webhook->get_date_created() ) : ?>
<?php if ( is_null( $webhook->get_date_modified() ) ) : ?>
<tr valign="top">
<th scope="row" class="titledesc">
<?php esc_html_e( 'Created at', 'woocommerce' ); ?>