Under Options -> Discussions, have a look at the two checkbox options in the “Email me whenever” section. Is that what you’re after?
No, when you go to post a post or page, it gives you a confirmation page.
I’ve never seen that. Got a screenshot? Is this in the Admin area or in the blog itself?
Admin area.
I only started getting it when I upgraded to 2.0.3 then 2.0.4.
Here’s the link.
http://i99.photobucket.com/albums/l290/prettyskies/Screencaps/wpcom.gif
Well,it’s quite interesting that my boyfriend, who also use wp-2.0.4, never gets that. But I do. And I’ve reinstalled my wp because of some problems and it dissapeard. But just for a day!
Does anyone have an explanation for that?
Form what I can find, this is caused by a blank HTTP_REFERER value. I would guess you would go to wp-admin/post.php, and look for “check_admin_referer(‘add-post’);” and change it to something like:
check_admin_referer(‘add-post’ . $_POST[‘post_ID’]);
Don’t know how well that’ll work, but you could give it a shot!
(For the record, I’ve never gotten this, either…)