mirror of
https://github.com/typecho/typecho.git
synced 2025-03-20 09:59:41 +01:00
修正评论分页无效
This commit is contained in:
parent
d02097dd3d
commit
c39f6f3ee5
@ -604,6 +604,7 @@ class Widget_Archive extends Widget_Abstract_Contents
|
||||
|| $this->_makeSinglePageAsFrontPage // 自定义首页不处理
|
||||
|| $this->_invokeByFeed // 不要处理feed
|
||||
|| 'feed' == $this->parameter->type // 不处理feed
|
||||
|| 'comment_page' == $this->parameter->type // 不处理comment
|
||||
|| $this->_invokeFromOutside // 不要处理外部调用
|
||||
|| !$this->parameter->checkPermalink) { // 强制关闭
|
||||
return;
|
||||
|
Loading…
x
Reference in New Issue
Block a user