From 8e18c39db9dbb0d91e28006b972dbe331e6500b4 Mon Sep 17 00:00:00 2001 From: Lev Lazinskiy Date: Sun, 22 Jan 2017 09:39:30 -0800 Subject: Add date_modification to comments (PR #2950) --- app/Template/comment/show.php | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'app/Template/comment') diff --git a/app/Template/comment/show.php b/app/Template/comment/show.php index caf28c3c..8a9c855b 100644 --- a/app/Template/comment/show.php +++ b/app/Template/comment/show.php @@ -7,7 +7,9 @@ text->e($comment['name'] ?: $comment['username']) ?> - dt->datetime($comment['date_creation']) ?> + : dt->datetime($comment['date_creation']) ?> + : dt->datetime($comment['date_modification']) ?> +
-- cgit v1.2.3