Trailing whitespace cleanup
git-svn-id: http://svn.automattic.com/wordpress/trunk@12733 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
@@ -61,10 +61,10 @@ function use_ssl_preference($user) {
|
||||
}
|
||||
|
||||
|
||||
// Only allow site admins to edit every user.
|
||||
if ( is_multisite() && !defined( "EDIT_ANY_USER" ) && !is_super_admin() && $user_id != $current_user->ID )
|
||||
wp_die( __( 'You do not have permission to edit this user.' ) );
|
||||
|
||||
// Only allow site admins to edit every user.
|
||||
if ( is_multisite() && !defined( "EDIT_ANY_USER" ) && !is_super_admin() && $user_id != $current_user->ID )
|
||||
wp_die( __( 'You do not have permission to edit this user.' ) );
|
||||
|
||||
switch ($action) {
|
||||
case 'switchposts':
|
||||
|
||||
|
||||
Reference in New Issue
Block a user