Make WordPress Core


Ignore:
Timestamp:
01/10/2016 01:25:44 AM (9 years ago)
Author:
johnbillion
Message:

Docs: Various docblock corrections.

See #32246

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/wp-admin/includes/schema.php

    r35738 r36250  
    889889 * @global WP_Rewrite $wp_rewrite
    890890 *
    891  * @param int $network_id ID of network to populate.
     891 * @param int    $network_id        ID of network to populate.
     892 * @param string $domain            The domain name for the network (eg. "example.com").
     893 * @param string $email             Email address for the network administrator.
     894 * @param string $site_name         The name of the network.
     895 * @param string $path              Optional. The path to append to the network's domain name. Default '/'.
     896 * @param bool   $subdomain_install Optional. Whether the network is a subdomain install or a subdirectory install.
     897 *                                  Default false, meaning the network is a subdirectory install.
    892898 * @return bool|WP_Error True on success, or WP_Error on warning (with the install otherwise successful,
    893899 *                       so the error code must be checked) or failure.
Note: See TracChangeset for help on using the changeset viewer.