Update phpdoc for get_current_site(). props jeremyfelt. fixes #25040.

git-svn-id: https://develop.svn.wordpress.org/trunk@25229 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
Sergey Biryukov 2013-09-04 08:25:57 +00:00
parent 7c8107734f
commit f5770d15c1
1 changed files with 4 additions and 2 deletions

View File

@ -1301,8 +1301,10 @@ function wpmu_welcome_user_notification( $user_id, $password, $meta = array() )
/** /**
* Get the current site info. * Get the current site info.
* *
* Returns an object containing the ID, domain, path, and site_name * Returns an object containing the 'id', 'domain', 'path', and 'site_name'
* of the site being viewed. * properties of the site being viewed.
*
* @see wpmu_current_site()
* *
* @since MU * @since MU
* *