Changeset 7056 for trunk/src/includes/users/functions.php
- Timestamp:
- 01/15/2020 10:13:55 PM (5 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/includes/users/functions.php
r7032 r7056 264 264 $edit_user = edit_user( $user_id ); 265 265 266 // Error(s) edit ng the user, so copy them into the global266 // Error(s) editing the user, so copy them into the global. 267 267 if ( is_wp_error( $edit_user ) ) { 268 268 bbpress()->errors = $edit_user;
Note: See TracChangeset
for help on using the changeset viewer.