April 8, 2008
3:04 am
O.K. now you’ve installed WordPress 2.5 (Brecker). If you use WordPress built-in post editor, you might get “flood control” error, if you save posts too fast. Here’s is a way to solve this problem in 2.5:
Open wp-includes/comment.php file, and search for the following code:
[html]
if ( ($time_newcomment - $time_lastcomment) < 15 )
[/html]
Now replace the above code with:
[html]
if ( ($time_newcomment - $time_lastcomment) < -3800 )
[/html]
WordPress, Brecker, Flood Control, Post, Tips, Tricks, Tips and Tricks

TrackBack URI Leave a comment »