commit
48616e1db0
|
@ -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;
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue