fix: 修复移动端TODO缺少endif导致的PHP语法错误

- 在移动端TODO列表的</ul>后添加缺失的<?php endif; ?>
- 修复了'unexpected end of file'的语法错误
- 确保所有PHP条件语句都正确闭合
This commit is contained in:
2026-01-23 13:13:29 +08:00
parent 2de0cfb8de
commit b9e9f3dad4

View File

@@ -239,6 +239,7 @@ $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()) :