Use tabs for indentation.
git-svn-id: https://develop.svn.wordpress.org/trunk@20093 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
parent
c6d3eafb7e
commit
d996b72215
@ -134,9 +134,9 @@ if ( isset( $_GET['action'] ) ) {
|
||||
echo '<div class="wrap">';
|
||||
confirm_delete_users( $_POST['allusers'] );
|
||||
echo '</div>';
|
||||
require_once( '../admin-footer.php' );
|
||||
exit();
|
||||
break;
|
||||
require_once( '../admin-footer.php' );
|
||||
exit();
|
||||
break;
|
||||
|
||||
case 'spam':
|
||||
$user = new WP_User( $val );
|
||||
|
Loading…
Reference in New Issue
Block a user