Make WordPress Core

Changes between Initial Version and Version 1 of Ticket #29191, comment 4


Ignore:
Timestamp:
08/13/2014 05:38:18 PM (11 years ago)
Author:
imath
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #29191, comment 4

    initial v1  
    77Then the email was sent to the user. And when the user clicks on the activation link, he arrives on /wp-activate.php and gets his login, password..
    88
    9 I think, in my case, that {{{wpmu_activate_signup()}}} stops at line 1038  with :
     9I think, in my case, that {{{wpmu_activate_signup()}}} stops at line [https://core.trac.wordpress.org/browser/trunk/src/wp-includes/ms-functions.php#L1038 1038]  with :
    1010{{{ return array( 'user_id' => $user_id, 'password' => $password, 'meta' => $meta );}}}
    1111