Changeset 36250 for trunk/src/wp-admin/includes/schema.php
- Timestamp:
- 01/10/2016 01:25:44 AM (9 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-admin/includes/schema.php
r35738 r36250 889 889 * @global WP_Rewrite $wp_rewrite 890 890 * 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. 892 898 * @return bool|WP_Error True on success, or WP_Error on warning (with the install otherwise successful, 893 899 * so the error code must be checked) or failure.
Note: See TracChangeset
for help on using the changeset viewer.