test
文章测试2333
hhhh这是文章测试
/**
* 获取当前评论内容
*
* @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