From 6e8c0f6c898ba7310c15458653085b1d0e57b1aa Mon Sep 17 00:00:00 2001 From: Damien Seguy Date: Sun, 2 Nov 2014 22:28:13 +0100 Subject: [PATCH] =?UTF-8?q?=E5=8E=BB=E6=8E=89=E6=97=A0=E7=94=A8=E7=9A=84?= =?UTF-8?q?=E5=8F=98=E9=87=8F?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- var/Widget/Comments/Archive.php | 2 -- var/Widget/Feedback.php | 4 ++-- 2 files changed, 2 insertions(+), 4 deletions(-) diff --git a/var/Widget/Comments/Archive.php b/var/Widget/Comments/Archive.php index 5f0c810e..6a056398 100644 --- a/var/Widget/Comments/Archive.php +++ b/var/Widget/Comments/Archive.php @@ -101,8 +101,6 @@ class Widget_Comments_Archive extends Widget_Abstract_Comments $commentClass .= ' comment-by-user'; } } - - $commentLevelClass = $this->levels > 0 ? ' comment-child' : ' comment-parent'; ?>