权那他 2e2835ce6b 修复用XMLRPC获取评论时无法得到垃圾评论和待审核评论
修复用XMLRPC获取评论时无法得到垃圾评论和待审核评论
1056行
$input['status'] = 'hold' == $input['status'] ? $input['status'] : $this->wordpressToTypechoStatus($struct['status']); 
改为
$input['status'] = $this->wordpressToTypechoStatus($struct['status'], 'comment');
2019-08-18 10:11:17 +08:00
2017-02-21 13:47:05 +08:00
2018-11-26 14:20:08 +08:00
2018-01-29 18:40:43 +08:00
BUG
2019-02-11 17:03:53 +08:00
2014-09-28 12:57:50 +08:00
2017-11-01 18:16:59 +08:00
2013-07-17 13:13:57 +08:00
2014-04-22 22:42:35 +08:00

Typecho Blogging Platform

Typecho is a PHP Blogging Platform. Simple and Powerful.

Telegram Channel

https://t.me/typechodev

Homepage

http://typecho.org/

Documents

http://docs.typecho.org/

Community

http://forum.typecho.org/

Download

http://typecho.org/download

S
Description
A PHP Blogging Platform. Simple and Powerful.
Readme 45 MiB
Languages
PHP 72.8%
JavaScript 23%
SCSS 2.9%
CSS 1%
Dockerfile 0.2%
Other 0.1%