fix: 删除TODO列表中多余的endif标签
- 移动端:删除第243行多余的<?php endif; ?> - 桌面端:删除第954行多余的<?php endif; ?> - 修复'unexpected token endif'语法错误 - 正确的结构:if(empty) -> else -> endif 闭合empty判断
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