Make WordPress Core


Ignore:
Timestamp:
12/09/2008 06:03:31 PM (16 years ago)
Author:
ryan
Message:

Strip trailing whitespace

File:
1 edited

Legend:

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

    r9683 r10150  
    9999        $user->rich_editing = 'true';
    100100
    101     $user->comment_shortcuts = isset( $_POST['comment_shortcuts'] )? $_POST['comment_shortcuts'] : ''; 
    102    
     101    $user->comment_shortcuts = isset( $_POST['comment_shortcuts'] )? $_POST['comment_shortcuts'] : '';
     102
    103103    $user->use_ssl = 0;
    104104    if ( !empty($_POST['use_ssl']) )
Note: See TracChangeset for help on using the changeset viewer.