Make WordPress Core


Ignore:
Timestamp:
12/19/2006 11:19:12 PM (19 years ago)
Author:
ryan
Message:

Enable RTE for new users. fixes #3485

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/wp-admin/profile-update.php

    r4417 r4651  
    1818}
    1919
    20 if ( rich_edit_exists() ) {
    21     if ( !isset( $_POST['rich_editing'] ) )
    22         $_POST['rich_editing'] = 'false';
    23     update_user_option( $current_user->id, 'rich_editing', $_POST['rich_editing'], true );
    24 }
    25 
    2620do_action('personal_options_update');
    2721
Note: See TracChangeset for help on using the changeset viewer.