Changeset 11441
- Timestamp:
- 05/23/2009 09:37:49 PM (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-admin/includes/user.php
r11383 r11441 179 179 } 180 180 181 do_action('user_profile_update_errors', $errors); 182 181 // Allow plugins to return there own errors. 182 do_action_ref_array('user_profile_update_errors', array ( &$errors, $update, &$user ) ); 183 183 184 if ( $errors->get_error_codes() ) 184 185 return $errors;
Note: See TracChangeset
for help on using the changeset viewer.