mirror of
https://github.com/typecho/typecho.git
synced 2025-03-19 17:39:42 +01:00
修复用XMLRPC获取评论时无法得到垃圾评论和待审核评论 1056行 $input['status'] = 'hold' == $input['status'] ? $input['status'] : $this->wordpressToTypechoStatus($struct['status']); 改为 $input['status'] = $this->wordpressToTypechoStatus($struct['status'], 'comment');