1
0
mirror of https://github.com/typecho/plugins.git synced 2025-04-22 14:09:50 +08:00

v1.0.1 增加评论作者识别

This commit is contained in:
DT27 2016-03-19 08:37:29 +08:00
parent ccfa924e0f
commit cef098f748
2 changed files with 1 additions and 2 deletions
B3logForHacPai

View File

@ -56,7 +56,6 @@ class B3logForHacPai_Action extends Typecho_Widget
'type' => 'comment',
'status' => 'approved',
'authorId' => $result->comment->isArticleAuthor?1:0,
);
//print_r($result->comment->articleid);
//$article = Typecho_Widget::widget('Widget_Users_Author@' . $this->cid, array('cid' => $result->comment->articleId));

View File

@ -7,7 +7,7 @@ if (!defined('__TYPECHO_ROOT_DIR__')) exit;
*
* @package B3log for HacPai
* @author DT27
* @version 1.0.0
* @version 1.0.1
* @link https://dt27.org/B3log-for-HacPai/
*/
class B3logForHacPai_Plugin implements Typecho_Plugin_Interface