Make WordPress Core


Ignore:
Timestamp:
10/02/2006 06:19:44 PM (20 years ago)
Author:
ryan
Message:

Pluggable comment throttling from Mark Jaquith. fixes #3175

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/wp-includes/default-filters.php

    r4201 r4265  
    3838
    3939add_filter('comment_email', 'antispambot');
     40
     41add_filter('comment_flood_filter', 'wp_throttle_comment_flood', 10, 3);
    4042
    4143add_filter('comment_url', 'clean_url');
Note: See TracChangeset for help on using the changeset viewer.