Changeset 11450 for trunk/wp-admin/includes/user.php
- Timestamp:
- 05/24/2009 11:47:49 PM (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-admin/includes/user.php
r11441 r11450 180 180 181 181 // Allow plugins to return there own errors. 182 do_action_ref_array('user_profile_update_errors', array ( &$errors, $update, &$user ) ); 183 182 do_action_ref_array('user_profile_update_errors', array ( &$errors, $update, &$user ) ); 183 184 184 if ( $errors->get_error_codes() ) 185 185 return $errors; … … 804 804 805 805 //get_user_setting = JS saved UI setting. else no-js-falback code. 806 if ( 'hide' == get_user_setting('default_password_nag') || isset($_GET['default_password_nag']) && '0' == $_GET['default_password_nag'] ) { 806 if ( 'hide' == get_user_setting('default_password_nag') || isset($_GET['default_password_nag']) && '0' == $_GET['default_password_nag'] ) { 807 807 delete_user_setting('default_password_nag'); 808 808 update_usermeta($user_ID, 'default_password_nag', false);
Note: See TracChangeset
for help on using the changeset viewer.