wp/wp-includes/ms-deprecated.php
changeset 19 3d72ae0968f4
parent 18 be944660c56a
child 21 48c4eec2b7e6
equal deleted inserted replaced
18:be944660c56a 19:3d72ae0968f4
   557  *
   557  *
   558  * This function creates a row in the wp_blogs table and returns
   558  * This function creates a row in the wp_blogs table and returns
   559  * the new blog's ID. It is the first step in creating a new blog.
   559  * the new blog's ID. It is the first step in creating a new blog.
   560  *
   560  *
   561  * @since MU (3.0.0)
   561  * @since MU (3.0.0)
   562  * @deprecated 5.1.0 Use `wp_insert_site()`
   562  * @deprecated 5.1.0 Use wp_insert_site()
   563  * @see wp_insert_site()
   563  * @see wp_insert_site()
   564  *
   564  *
   565  * @param string $domain  The domain of the new site.
   565  * @param string $domain  The domain of the new site.
   566  * @param string $path    The path of the new site.
   566  * @param string $path    The path of the new site.
   567  * @param int    $site_id Unless you're running a multi-network install, be sure to set this value to 1.
   567  * @param int    $site_id Unless you're running a multi-network install, be sure to set this value to 1.