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:
parent
ccfa924e0f
commit
cef098f748
B3logForHacPai
@ -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));
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user