Make WordPress Core


Ignore:
Timestamp:
09/30/2020 09:52:27 PM (4 years ago)
Author:
johnbillion
Message:

Docs: Various docblock improvements related to user and site signup functionality.

See #50768

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/wp-signup.php

    r48590 r49078  
    241241
    242242/**
    243  * Display user registration form
     243 * Displays the fields for the new user account registration form.
    244244 *
    245245 * @since MU (3.0.0)
     
    278278    }
    279279    /**
    280      * Fires at the end of the user registration form on the site sign-up form.
     280     * Fires at the end of the new user account registration form.
    281281     *
    282282     * @since 3.0.0
     
    548548
    549549/**
    550  * Setup the new user signup process
     550 * Shows a form for a visitor to sign up for a new user account.
    551551 *
    552552 * @since MU (3.0.0)
     
    684684
    685685/**
    686  * Setup the new site signup
     686 * Shows a form for a user or visitor to sign up for a new site.
    687687 *
    688688 * @since MU (3.0.0)
     
    808808
    809809/**
    810  * New site signup confirmation
    811  *
    812  * @since MU (3.0.0)
    813  *
    814  * @param string $domain     The domain URL.
    815  * @param string $path       The site root path.
    816  * @param string $blog_title The new site title.
     810 * Shows a message confirming that the new site has been registered and is awaiting activation.
     811 *
     812 * @since MU (3.0.0)
     813 *
     814 * @param string $domain     The domain or subdomain of the site.
     815 * @param string $path       The path of the site.
     816 * @param string $blog_title The title of the new site.
    817817 * @param string $user_name  The user's username.
    818818 * @param string $user_email The user's email address.
Note: See TracChangeset for help on using the changeset viewer.