mirror of
https://github.com/Pathduck/gallery3.git
synced 2026-05-19 19:09:13 -04:00
Change "datetime" to "created" to give some semantics to this field.
This commit is contained in:
@@ -2,10 +2,10 @@
|
||||
<li id="gComment-<?= $comment->id; ?>">
|
||||
<p>
|
||||
<a href="#" class="gAuthor"><?= $comment->author ?></a>
|
||||
<?= comment::format_elapsed_time($comment->datetime) ?>,
|
||||
<span class="gUnderstate"><?= strftime('%c', $comment->datetime) ?></span>
|
||||
<?= comment::format_elapsed_time($comment->created) ?>,
|
||||
<span class="gUnderstate"><?= strftime('%c', $comment->created) ?></span>
|
||||
</p>
|
||||
<div>
|
||||
<?= $comment->text ?>
|
||||
<?= $comment->text ?>
|
||||
</div>
|
||||
</li>
|
||||
|
||||
Reference in New Issue
Block a user