Make WordPress Core

Changes between Version 1 and Version 2 of Ticket #24210, comment 11


Ignore:
Timestamp:
04/29/2013 12:48:44 AM (11 years ago)
Author:
SergeyBiryukov
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #24210, comment 11

    v1 v2  
    1010Introduced as `show_create_confirm_form()` in [http://mu.trac.wordpress.org/changeset/543 mu:543], renamed to `confirm_blog_signup()` in [http://mu.trac.wordpress.org/changeset/557 mu:557]. `$user_name` and `$user_email` became optional in [http://mu.trac.wordpress.org/changeset/1321 mu:1321].
    1111
     12In `confirm_another_blog_signup()`, `$user_email` and `$meta` became optional, but not `$user_name`.
     13
    1214Merged with WP in [12603].
     15
     16The descriptions added in [23362] list `$meta` as a string, although it's actually an array.