[wp-trac] Re: [WordPress Trac] #5130: Linking to multiple posts on
your site breaks pingback due to comment flooding
WordPress Trac
wp-trac at lists.automattic.com
Mon May 11 14:11:56 GMT 2009
#5130: Linking to multiple posts on your site breaks pingback due to comment
flooding
-------------------------------+--------------------------------------------
Reporter: Denis-de-Bernardy | Type: defect (bug)
Status: new | Priority: normal
Milestone: 2.9 | Component: Pings/Trackbacks
Version: 2.3 | Severity: normal
Keywords: |
-------------------------------+--------------------------------------------
Comment(by scottsm):
I still see the code:
{{{
function wp_throttle_comment_flood($block, $time_lastcomment,
$time_newcomment) {
if ( $block ) // a plugin has already blocked... we'll let that
decision stand
return $block;
if ( ($time_newcomment - $time_lastcomment) < 15 )
return true;
return false;
}
}}}
in WP 2.7.1 without any checks for pings so I guess it should still be a
problem. I'll check when I get home today.
--
Ticket URL: <http://core.trac.wordpress.org/ticket/5130#comment:9>
WordPress Trac <http://trac.wordpress.org/>
WordPress blogging software
More information about the wp-trac
mailing list