mirror of
https://github.com/typecho/typecho.git
synced 2025-03-20 01:49:40 +01:00
设置搜索归档缩略名
This commit is contained in:
parent
fe76665687
commit
cc622f9ccc
@ -1212,6 +1212,9 @@ class Widget_Archive extends Widget_Abstract_Contents
|
||||
/** 设置归档类型 */
|
||||
$this->_archiveType = 'search';
|
||||
|
||||
/** 设置归档缩略名 */
|
||||
$this->_archiveSlug = $keywords;
|
||||
|
||||
/** 插件接口 */
|
||||
$this->pluginHandle()->searchHandle($this, $select);
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user