Closed greatislander closed 7 years ago
While working on #92 I ran into an error because the $post_status param of \RemoteImport ::kneadandInsert() was not set. This PR moves the default value ('draft') into the function's param definitions to avoid this issue.
$post_status
\RemoteImport ::kneadandInsert()
'draft'
thank you @greatislander !
While working on #92 I ran into an error because the
$post_status
param of\RemoteImport ::kneadandInsert()
was not set. This PR moves the default value ('draft'
) into the function's param definitions to avoid this issue.