Make WordPress Core


Ignore:
Timestamp:
09/12/2006 05:45:23 PM (19 years ago)
Author:
ryan
Message:

do_action_ref_array(). fixes #3125

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/wp-admin/admin-functions.php

    r4182 r4186  
    476476
    477477    /* 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));
    479479
    480480    if (!$update) {
Note: See TracChangeset for help on using the changeset viewer.