mirror of
git://develop.git.wordpress.org/
synced 2025-02-25 00:52:55 +01:00
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:
parent
7c8107734f
commit
f5770d15c1
@ -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
|
||||
*
|
||||
|
Loading…
x
Reference in New Issue
Block a user