Log in with username/password: lyceum/lyceum

Changeset 1074

Show
Ignore:
Timestamp:
08/18/07 14:30:01 (1 year ago)
Author:
jjb
Message:

visual rich editor defaults to on when creating new user.

#606

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • trunk/src/lyceum/wp-includes/registration-functions.php

    r1034 r1074  
    112112   update_usermeta( $user_id, 'aim', $aim ); 
    113113   update_usermeta( $user_id, 'yim', $yim ); 
     114   update_usermeta( $user_id, 'rich_editing', 'true' );// As far as I can tell, never set in user creation in WordPress. This option exists for both blogs and users, and the user setting takes precident _if_ it is present. 
    114115 
    115116   if ($update && !empty($role)) { 
Log in with username/password: lyceum/lyceum