mirror of
https://github.com/gosticks/wordpress-develop.git
synced 2026-08-11 20:30:23 +00:00
Docs: Various docblock corrections.
See #32246 git-svn-id: https://develop.svn.wordpress.org/trunk@36250 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
@@ -888,7 +888,13 @@ endif;
|
||||
* @global int $wp_db_version
|
||||
* @global WP_Rewrite $wp_rewrite
|
||||
*
|
||||
* @param int $network_id ID of network to populate.
|
||||
* @param int $network_id ID of network to populate.
|
||||
* @param string $domain The domain name for the network (eg. "example.com").
|
||||
* @param string $email Email address for the network administrator.
|
||||
* @param string $site_name The name of the network.
|
||||
* @param string $path Optional. The path to append to the network's domain name. Default '/'.
|
||||
* @param bool $subdomain_install Optional. Whether the network is a subdomain install or a subdirectory install.
|
||||
* Default false, meaning the network is a subdirectory install.
|
||||
* @return bool|WP_Error True on success, or WP_Error on warning (with the install otherwise successful,
|
||||
* so the error code must be checked) or failure.
|
||||
*/
|
||||
|
||||
Reference in New Issue
Block a user