[wp-trac] Re: [WordPress Trac] #4261: You are posting comments too
quickly. Slow down. Not!
WordPress Trac
wp-trac at lists.automattic.com
Mon May 14 07:25:06 GMT 2007
#4261: You are posting comments too quickly. Slow down. Not!
----------------------------+-----------------------------------------------
Reporter: RuddO | Owner: anonymous
Type: defect | Status: new
Priority: normal | Milestone: 2.3
Component: Administration | Version:
Severity: normal | Resolution:
Keywords: |
----------------------------+-----------------------------------------------
Comment (by JeremyVisser):
Actually, is this what you're looking for?
{{{
$flood_die = apply_filters('comment_flood_filter', false,
$time_lastcomment, $time_newcomment);
if ( $flood_die ) {
do_action('comment_flood_trigger', $time_lastcomment,
$time_newcomment);
wp_die( __('You are posting comments too quickly. Slow down.') );
}
}}}
--
Ticket URL: <http://trac.wordpress.org/ticket/4261#comment:2>
WordPress Trac <http://trac.wordpress.org/>
WordPress blogging software
More information about the wp-trac
mailing list