Remove set_time_limit() from sites.php. Props dllh. fixes #19486 see #21521

git-svn-id: https://develop.svn.wordpress.org/trunk@22259 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
Ryan Boren 2012-10-17 21:40:31 +00:00
parent 361ecbb452
commit e260aa0e7a
1 changed files with 0 additions and 1 deletions

View File

@ -131,7 +131,6 @@ if ( isset( $_GET['action'] ) ) {
case 'notspam':
$updated_action = ( 'spam' === $doaction ) ? 'all_spam' : 'all_notspam';
update_blog_status( $val, 'spam', ( 'spam' === $doaction ) ? '1' : '0' );
set_time_limit( 60 );
break;
}
} else {