Merge pull request #777 from annando/wppost

Fix posting to wordpress
This commit is contained in:
Hypolite Petovan
2018-11-24 00:15:17 -05:00
committed by GitHub

View File

@@ -218,8 +218,8 @@ function wppost_post_local(&$a, &$b) {
function wppost_send(&$a,&$b) {
function wppost_send(&$a, &$b)
{
if($b['deleted'] || $b['private'] || ($b['created'] !== $b['edited'])) {
return;
}