Changeset 4417 for trunk/wp-admin/profile-update.php
- Timestamp:
- 10/24/2006 03:57:19 AM (19 years ago)
- File:
-
- 1 edited
-
trunk/wp-admin/profile-update.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-admin/profile-update.php
r3985 r4417 18 18 } 19 19 20 if ( !isset( $_POST['rich_editing'] ) ) 21 $_POST['rich_editing'] = 'false'; 22 update_user_option( $current_user->id, 'rich_editing', $_POST['rich_editing'], true ); 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 } 23 25 24 26 do_action('personal_options_update');
Note: See TracChangeset
for help on using the changeset viewer.