I have a plugin, where a bunch o' stuff is meant to happen when the post is saved. It looks like this isn't happening the first time a new post is saved.
i.e. if I create a new post, and hit the save and continue editing button; the stuff in my save_post filter isn't happening; but if I hit save and continue editing a second time, it is.
I'm not sure whether this is a product of how my plugin hangs together, or if it's a bug; so some clarification either way would be great.
-Ch.