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

Built from https://develop.svn.wordpress.org/trunk@25229


git-svn-id: http://core.svn.wordpress.org/trunk@25199 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
Sergey Biryukov 2013-09-04 08:26:08 +00:00
parent 4231f4668a
commit 1834e8c45e

View File

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