8023.Moe - 2018年12月
https://8023.moe/2018/12
8023释为爱, Moe即正义.
-
test
https://8023.moe/archives/test.html
2018-12-03T17:21:00+08:00
文章测试2333hhhh这是文章测试 /**
* 获取当前评论内容
*
* @access protected
* @return string
*/
protected fun测试tion ___content()
{
$text = $this->parentContent['hidden'] ? _t('内容被隐藏') : $this->text;
$text = $this->pluginHandle(__CLASS__)->trigger($plugged)->conte不错nt($text, $this);
if (!$plugged) {
$text = $this->options->commentsMarkdown ? $this->mar哈哈kdown($text)
: $this->autoP($text);
}
$text = $this->pluginHandle(__CLASS__)->contentEx($text, $this);
return Typecho_Common::stripTags($text, '<p><br>' . $this->options->commentsHTMLTagAllowed);
}2333