Changes between Initial Version and Version 1 of Ticket #29191, comment 4
- Timestamp:
- 08/13/2014 05:38:18 PM (11 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #29191, comment 4
initial v1 7 7 Then 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.. 8 8 9 I think, in my case, that {{{wpmu_activate_signup()}}} stops at line 1038with :9 I 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 : 10 10 {{{ return array( 'user_id' => $user_id, 'password' => $password, 'meta' => $meta );}}} 11 11