From c5c5b94f4f0dd1dbde40aa48372924352785e014 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E6=B5=AA=E5=AD=90?= Date: Mon, 29 Jul 2024 19:06:39 +0800 Subject: [PATCH] 0.5.8 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 给作者加个标签 --- comments.php | 30 +++++++++++++++++++++++++++++- 1 file changed, 29 insertions(+), 1 deletion(-) diff --git a/comments.php b/comments.php index 8307494..630c6ae 100644 --- a/comments.php +++ b/comments.php @@ -102,7 +102,12 @@ function threadedComments($comments, $options) {
-
author; ?> +
author; ?> + + authorId == $comments->ownerId): ?> + 作者 + +
date('Y-m-d H:i'); ?>
reply(''); ?> @@ -122,3 +127,26 @@ function threadedComments($comments, $options) { + \ No newline at end of file