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

git-svn-id: http://core.svn.wordpress.org/trunk@22259 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
Ryan Boren 2012-10-17 21:40:31 +00:00
parent 9e39bc5897
commit 646f62f5a9

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 {