[wp-hackers] Moderation Queue in WP15

Christoph Rummel bronski at bronski.net
Sun Jan 23 14:14:06 GMT 2005


Michael Heilemann <michael at binarybonsai.com> (2005-01-23 14:01:03 +0100):
> Now my second problem: Apparently loading 836
> comments in one fell sweep, the way that the managing
> page does it, takes more than 30 seconds. And 30
> seconds is the maximum amount of time my server gives
> a PHP file...

You could either try to do it manually in your
database, or try to put this into wp-admin/moderation.php

<php? set_time_limit(300); ?> 

Chris



More information about the hackers mailing list