From 5af1e3c18346a6d0998a2d711b7d92074fee2a2f Mon Sep 17 00:00:00 2001 From: ShingChi Date: Sat, 16 Nov 2013 23:02:41 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=95=B4=20commentReply=20=E4=B8=BA?= =?UTF-8?q?=E7=A9=BA=E6=97=B6=E4=B9=9F=E8=BE=93=E5=87=BA=E7=A9=BA=E7=9A=84?= =?UTF-8?q?=20script=20=E6=A0=87=E7=AD=BE?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- var/Widget/Archive.php | 10 ++++++---- 1 file changed, 6 insertions(+), 4 deletions(-) diff --git a/var/Widget/Archive.php b/var/Widget/Archive.php index 53ecabd5..3a0c2390 100644 --- a/var/Widget/Archive.php +++ b/var/Widget/Archive.php @@ -1533,8 +1533,9 @@ class Widget_Archive extends Widget_Abstract_Contents } if ($this->options->commentsThreaded && $this->is('single')) { - if (1 == $allows['commentReply']) { - $header .= ""; - } else { - $header .= ''; + } else { + $header .= ''; + } } }