Make WordPress Core


Ignore:
Timestamp:
08/01/2017 08:43:25 PM (9 years ago)
Author:
DrewAPicture
Message:

Docs: Reduce confusion in @since MU notationss by indicating the WP version (3.0.0) the code was merged into core while retaining the original context.

Props sathyapulse.
Fixes #41509.

File:
1 edited

Legend:

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

    r39944 r41200  
    1616 * Prints signup_header via wp_head
    1717 *
    18  * @since MU
     18 * @since MU (3.0.0)
    1919 */
    2020function do_signup_header() {
     
    5151 * Prints styles for front-end Multisite signup pages
    5252 *
    53  * @since MU
     53 * @since MU (3.0.0)
    5454 */
    5555function wpmu_signup_stylesheet() {
     
    9090 * Generates and displays the Signup and Create Site forms
    9191 *
    92  * @since MU
     92 * @since MU (3.0.0)
    9393 *
    9494 * @param string          $blogname   The new site name.
     
    199199 * Validate the new site signup
    200200 *
    201  * @since MU
     201 * @since MU (3.0.0)
    202202 *
    203203 * @return array Contains the new site data and error messages.
     
    214214 * Display user registration form
    215215 *
    216  * @since MU
     216 * @since MU (3.0.0)
    217217 *
    218218 * @param string          $user_name  The entered username.
     
    256256 * Validate user signup name and email
    257257 *
    258  * @since MU
     258 * @since MU (3.0.0)
    259259 *
    260260 * @return array Contains username, email, and error messages.
     
    267267 * Allow returning users to sign up for another site
    268268 *
    269  * @since MU
     269 * @since MU (3.0.0)
    270270 *
    271271 * @param string          $blogname   The new site name
     
    333333         * Hidden sign-up form fields output when creating another site or user.
    334334         *
    335          * @since MU
     335         * @since MU (3.0.0)
    336336         *
    337337         * @param string $context A string describing the steps of the sign-up process. The value can be
     
    349349 * Validate a new site signup.
    350350 *
    351  * @since MU
     351 * @since MU (3.0.0)
    352352 *
    353353 * @return null|bool True if site signup was validated, false if error.
     
    402402     * Use the {@see 'add_signup_meta'} filter instead.
    403403     *
    404      * @since MU
     404     * @since MU (3.0.0)
    405405     * @deprecated 3.0.0 Use the {@see 'add_signup_meta'} filter instead.
    406406     *
     
    436436 * Confirm a new site signup.
    437437 *
    438  * @since MU
     438 * @since MU (3.0.0)
    439439 * @since 4.4.0 Added the `$blog_id` parameter.
    440440 *
     
    491491 * Setup the new user signup process
    492492 *
    493  * @since MU
     493 * @since MU (3.0.0)
    494494 *
    495495 * @param string          $user_name  The username.
     
    565565 * Validate the new user signup
    566566 *
    567  * @since MU
     567 * @since MU (3.0.0)
    568568 *
    569569 * @return bool True if new user signup was validated, false if error
     
    595595 * New user signup confirmation
    596596 *
    597  * @since MU
     597 * @since MU (3.0.0)
    598598 *
    599599 * @param string $user_name The username
     
    616616 * Setup the new site signup
    617617 *
    618  * @since MU
     618 * @since MU (3.0.0)
    619619 *
    620620 * @param string          $user_name  The username.
     
    679679 * Validate new site signup
    680680 *
    681  * @since MU
     681 * @since MU (3.0.0)
    682682 *
    683683 * @return bool True if the site signup was validated, false if error
     
    736736 * New site signup confirmation
    737737 *
    738  * @since MU
     738 * @since MU (3.0.0)
    739739 *
    740740 * @param string $domain The domain URL
Note: See TracChangeset for help on using the changeset viewer.