Make WordPress Core

Changes between Initial Version and Version 1 of Ticket #39311, comment 2


Ignore:
Timestamp:
12/17/2016 11:08:10 AM (8 years ago)
Author:
Mista-Flo
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #39311, comment 2

    initial v1  
    1 I have looked into the code and @tmoore41 said truth, the returned array by wpmu_activate_signup function is a user signup or a site (blog) signup, the main issue is that args from this array are not the same for the both situation, so in this context, blog_id is not an arg of the user signup return array in wpmu_activate_signup.
     1I have looked into the code and @tmoore41 said truth.
     2
     3The returned array by wpmu_activate_signup function is a user signup or a site (blog) signup, the main issue is that args from this array are not the same for the both situation, so in this context, blog_id is not an arg of the user signup return array in wpmu_activate_signup.
    24
    35So at first, to fix this bug, I prefere to edit wp-activate.php file, and let wpmu_activate_signup refactoring for this bigger ticket : https://core.trac.wordpress.org/ticket/38750