Closed Shelob9 closed 8 years ago
If there is no binding on post_content then that field gets passed to wp_insert_post() as null, which will cause WordPress to make a SQL error. Probably needs a trac issue as well, I will look into that.
post_content
wp_insert_post()
If there is no binding on
post_content
then that field gets passed towp_insert_post()
as null, which will cause WordPress to make a SQL error. Probably needs a trac issue as well, I will look into that.