$error) { echo $error . '
'; } exit; } if ( !isset( $_POST['rich_editing'] ) ) $_POST['rich_editing'] = 'false'; update_user_option( $current_user->id, 'rich_editing', $_POST['rich_editing'], true ); do_action('personal_options_update'); if ( 'profile' == $_POST['from'] ) $to = 'profile.php?updated=true'; else $to = 'profile.php?updated=true'; wp_redirect( $to ); exit; ?>