From d1ad2d33b545fcc08f261575152f25b2706ec41b Mon Sep 17 00:00:00 2001 From: nanhaoluo <3075912108@qq.com> Date: Fri, 23 Jan 2026 13:20:33 +0800 Subject: [PATCH] =?UTF-8?q?fix:=20=E5=88=A0=E9=99=A4TODO=E5=88=97=E8=A1=A8?= =?UTF-8?q?=E4=B8=AD=E5=A4=9A=E4=BD=99=E7=9A=84endif=E6=A0=87=E7=AD=BE?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit - 移动端:删除第243行多余的 - 桌面端:删除第954行多余的 - 修复'unexpected token endif'语法错误 - 正确的结构:if(empty) -> else -> endif 闭合empty判断 --- sidebar.php | 1 - 1 file changed, 1 deletion(-) diff --git a/sidebar.php b/sidebar.php index 8465122..6c4017b 100644 --- a/sidebar.php +++ b/sidebar.php @@ -239,7 +239,6 @@ $author_desc = get_option('argon_sidebar_author_description'); -