Make WordPress Core


Ignore:
Timestamp:
05/27/2018 08:06:19 PM (6 years ago)
Author:
jeremyfelt
Message:

Docs: Document globals in validate_another_blog_signup().

Props mukesh27.
Fixes #43594.

File:
1 edited

Legend:

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

    r43041 r43326  
    369369
    370370/**
    371  * Validate a new site signup.
     371 * Validate a new site signup for an existing user.
     372 *
     373 * @global string          $blogname   The new site's subdomain or directory name.
     374 * @global string          $blog_title The new site's title.
     375 * @global WP_Error        $errors     Existing errors in the global scope.
     376 * @global string          $domain     The new site's domain.
     377 * @global string          $path       The new site's path.
    372378 *
    373379 * @since MU (3.0.0)
Note: See TracChangeset for help on using the changeset viewer.