codebykat / wp-post-by-email

Post By Email plugin for WordPress
GNU General Public License v2.0
31 stars 11 forks source link

Attachment Post Status #25

Closed uamv closed 9 years ago

uamv commented 10 years ago

I noticed when attachment args are defined for inserting an attachment (image) that post_type is set to publish. I ran into a few issue with this in certain instances and think it should be set to inherit, as outlined at http://codex.wordpress.org/Function_Reference/wp_insert_attachment

Doing so, fixed my issues.

richbrat commented 9 years ago

Guess you mean post_status right?

uamv commented 9 years ago

Correct. post_status.

codebykat commented 9 years ago

Fixed over in #31