Make WordPress Core


Ignore:
Timestamp:
09/03/2007 11:32:58 PM (17 years ago)
Author:
ryan
Message:

Remove trailing whitespace

File:
1 edited

Legend:

Unmodified
Added
Removed
  • TabularUnified trunk/wp-admin/includes/user.php

    r5750 r6026  
    4040        $pass2 = $_POST['pass2'];
    4141
    42     if ( isset( $_POST['role'] ) && current_user_can( 'edit_users' ) ) { 
     42    if ( isset( $_POST['role'] ) && current_user_can( 'edit_users' ) ) {
    4343        if( $user_id != $current_user->id || $wp_roles->role_objects[$_POST['role']]->has_cap( 'edit_users' ))
    4444            $user->role = $_POST['role'];
Note: See TracChangeset for help on using the changeset viewer.