Make WordPress Core


Ignore:
Timestamp:
04/27/2009 11:18:04 AM (17 years ago)
Author:
azaozz
Message:

Add hook for update profile, props Cimmo, fixes #9302

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/wp-admin/includes/user.php

    r11013 r11096  
    175175        }
    176176
     177        do_action('user_profile_update_errors', $errors);
     178
    177179        if ( $errors->get_error_codes() )
    178180                return $errors;
Note: See TracChangeset for help on using the changeset viewer.