fix: 删除TODO列表中多余的endif标签

- 移动端:删除第243行多余的<?php endif; ?>
- 桌面端:删除第954行多余的<?php endif; ?>
- 修复'unexpected token endif'语法错误
- 正确的结构:if(empty) -> else -> endif 闭合empty判断
This commit is contained in:
2026-01-23 13:20:33 +08:00
parent c64dc0c9d6
commit d1ad2d33b5

View File

@@ -239,7 +239,6 @@ $author_desc = get_option('argon_sidebar_author_description');
<?php endif; ?>
<?php endif; ?>
</ul>
<?php endif; ?>
<?php
// 移动端验证码容器
if (!$mobile_is_author && argon_is_todo_captcha_enabled()) :