[wp-trac] Re: [WordPress Trac] #3643: Spam bots can still submit
coments, even if the feature is disabled
WordPress Trac
wp-trac at lists.automattic.com
Wed Jan 24 06:31:45 GMT 2007
#3643: Spam bots can still submit coments, even if the feature is disabled
-----------------------+----------------------------------------------------
Reporter: sendspace | Owner: anonymous
Type: defect | Status: closed
Priority: low | Milestone:
Component: Security | Version: 2.1
Severity: normal | Resolution: invalid
Keywords: |
-----------------------+----------------------------------------------------
Changes (by markjaquith):
* status: new => closed
* resolution: => invalid
* milestone: 2.2 =>
Comment:
in {{{wp-comments-post.php}}} :
{{{
} elseif ( 'closed' == $status->comment_status ) {
do_action('comment_closed', $comment_post_ID);
wp_die( __('Sorry, comments are closed for this item.') );
}
}}}
You've likely confused the global setting with retroactive comment
closing. That setting only affects the default setting for new posts.
Old posts comment statuses remain the same.
--
Ticket URL: <http://trac.wordpress.org/ticket/3643#comment:3>
WordPress Trac <http://trac.wordpress.org/>
WordPress blogging software
More information about the wp-trac
mailing list