fix: 删除移动端TODO中多余的endif
- 删除了第242行多余的<?php endif; ?> - 修复'unexpected token endif'语法错误 - 确保条件语句层级正确匹配
This commit is contained in:
@@ -239,7 +239,6 @@ $author_desc = get_option('argon_sidebar_author_description');
|
|||||||
<?php endif; ?>
|
<?php endif; ?>
|
||||||
<?php endif; ?>
|
<?php endif; ?>
|
||||||
</ul>
|
</ul>
|
||||||
<?php endif; ?>
|
|
||||||
<?php
|
<?php
|
||||||
// 移动端验证码容器
|
// 移动端验证码容器
|
||||||
if (!$mobile_is_author && argon_is_todo_captcha_enabled()) :
|
if (!$mobile_is_author && argon_is_todo_captcha_enabled()) :
|
||||||
|
|||||||
Reference in New Issue
Block a user