mirror of
https://github.com/WordPress/WordPress.git
synced 2025-02-16 19:46:21 +00:00
Use tabs for indentation.
git-svn-id: http://svn.automattic.com/wordpress/trunk@20093 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
parent
da535ce54e
commit
2ce9545bff
@ -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…
x
Reference in New Issue
Block a user