Log: Change date format of log entries

This commit is contained in:
Corey McKrill 2019-10-25 17:15:44 -07:00
parent cb28052502
commit 7727e3ffa7
No known key found for this signature in database
GPG key ID: C2C0746F7BF17E38

View file

@ -19,7 +19,7 @@ namespace WordPressDotOrg\FiveForTheFuture\View;
<?php foreach ( $log as $entry ) : ?>
<tr>
<td>
<?php echo esc_html( date( 'Y-m-d G:i:s', $entry['timestamp'] ) ); ?>
<?php echo esc_html( date( 'Y-m-d H:i:s', $entry['timestamp'] ) ); ?>
</td>
<td>
<details>