Trailing whitespace cleanup

git-svn-id: http://svn.automattic.com/wordpress/trunk@12733 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
ryan
2010-01-15 22:11:12 +00:00
parent 439d50d655
commit 6da55f7792
59 changed files with 246 additions and 246 deletions
+4 -4
View File
@@ -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':