Merge pull request #411 from mikeyzm/master

设置搜索归档缩略名
This commit is contained in:
joyqi
2016-01-26 15:07:33 +08:00
+3
View File
@@ -1212,6 +1212,9 @@ class Widget_Archive extends Widget_Abstract_Contents
/** 设置归档类型 */
$this->_archiveType = 'search';
/** 设置归档缩略名 */
$this->_archiveSlug = $keywords;
/** 插件接口 */
$this->pluginHandle()->searchHandle($this, $select);
}