mirror of
https://github.com/WordPress/five-for-the-future.git
synced 2025-07-02 01:01:18 +03:00
Log: Change date format of log entries
This commit is contained in:
parent
cb28052502
commit
7727e3ffa7
|
@ -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>
|
||||
|
|
Loading…
Reference in a new issue