git-svn-id: https://develop.svn.wordpress.org/trunk@22259 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
parent
361ecbb452
commit
e260aa0e7a
|
@ -131,7 +131,6 @@ if ( isset( $_GET['action'] ) ) {
|
||||||
case 'notspam':
|
case 'notspam':
|
||||||
$updated_action = ( 'spam' === $doaction ) ? 'all_spam' : 'all_notspam';
|
$updated_action = ( 'spam' === $doaction ) ? 'all_spam' : 'all_notspam';
|
||||||
update_blog_status( $val, 'spam', ( 'spam' === $doaction ) ? '1' : '0' );
|
update_blog_status( $val, 'spam', ( 'spam' === $doaction ) ? '1' : '0' );
|
||||||
set_time_limit( 60 );
|
|
||||||
break;
|
break;
|
||||||
}
|
}
|
||||||
} else {
|
} else {
|
||||||
|
|
Loading…
Reference in New Issue