From 0ecae4e72d7d4ace51b731ff2c5d5eb63351e3e1 Mon Sep 17 00:00:00 2001 From: cflip <36554078+cflip@users.noreply.github.com> Date: Wed, 24 Mar 2021 19:01:51 -0600 Subject: Add thread replies, sort threads by last reply --- thread.php | 30 +++++++++++++++++++++++++++++- 1 file changed, 29 insertions(+), 1 deletion(-) (limited to 'thread.php') diff --git a/thread.php b/thread.php index 3a65114..0d516da 100644 --- a/thread.php +++ b/thread.php @@ -30,5 +30,33 @@ if (!isset($_GET['id']) || !filter_var($_GET['id'], FILTER_VALIDATE_INT)) { $post->display_content(); } ?> +