From 1834e8c45e956003ff920da47a1dad755bf8b90d Mon Sep 17 00:00:00 2001 From: Sergey Biryukov Date: Wed, 4 Sep 2013 08:26:08 +0000 Subject: [PATCH] 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 --- wp-includes/ms-functions.php | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/wp-includes/ms-functions.php b/wp-includes/ms-functions.php index 095b1806b1..eb44be0290 100644 --- a/wp-includes/ms-functions.php +++ b/wp-includes/ms-functions.php @@ -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 *