From 1f9024763d9224c4cd9a181bac27e6b9f12ad672 Mon Sep 17 00:00:00 2001 From: Freya Murphy Date: Wed, 18 Sep 2024 14:14:53 -0400 Subject: refactor --- src/web/_views/comments.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/web/_views/comments.php') diff --git a/src/web/_views/comments.php b/src/web/_views/comments.php index 0544f84..78cc1cb 100644 --- a/src/web/_views/comments.php +++ b/src/web/_views/comments.php @@ -3,7 +3,7 @@ main->format_date($comment['created']); + $date = $this->format_date($comment['created']); echo '
'; echo '

' . esc($comment['author']) . '

'; -- cgit v1.2.3-freya