Changeset 4186 for trunk/wp-admin/admin-functions.php
- Timestamp:
- 09/12/2006 05:45:23 PM (19 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-admin/admin-functions.php
r4182 r4186 476 476 477 477 /* checking the password has been typed twice */ 478 do_action ('check_passwords', array ($user->user_login, & $pass1, & $pass2));478 do_action_ref_array('check_passwords', array ($user->user_login, & $pass1, & $pass2)); 479 479 480 480 if (!$update) {
Note: See TracChangeset
for help on using the changeset viewer.