fix: 删除移动端TODO中多余的endif

- 删除了第242行多余的<?php endif; ?>
- 修复'unexpected token endif'语法错误
- 确保条件语句层级正确匹配
This commit is contained in:
2026-01-23 13:15:20 +08:00
parent b9e9f3dad4
commit 53a2f7afb5

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()) :