Changeset 5588
- Timestamp:
- 12/23/2011 08:00:35 PM (15 years ago)
- File:
-
- 1 edited
-
trunk/bp-settings/bp-settings-actions.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/bp-settings/bp-settings-actions.php
r5387 r5588 79 79 } else { 80 80 unset( $update_user->user_pass ); 81 } 82 83 // The structure of the $update_user object changed in WP 3.3, but 84 // wp_update_user() still expects the old format 85 if ( isset( $update_user->data ) && is_object( $update_user->data ) ) { 86 $update_user = $update_user->data; 81 87 } 82 88
Note:
See TracChangeset
for help on using the changeset viewer.
![(please configure the [header_logo] section in trac.ini)](/chrome/site/your_project_logo.png)