Multisite: Replace get_blog_details() in inline documentation.

Some documentation is now out of date and some can be replaced with a mention of `get_site()`.

Fixes #37102.


git-svn-id: https://develop.svn.wordpress.org/trunk@38943 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
Jeremy Felt
2016-10-26 03:38:48 +00:00
parent 2b12294a0a
commit e06b7111e5
4 changed files with 6 additions and 7 deletions

View File

@@ -19,9 +19,9 @@
*
* @since MU
* @deprecated 3.1.0 Use get_site()
* @see get_blog_details()
* @see get_site()
*
* @return int Current site ID.
* @return WP_Site Current site object.
*/
function get_dashboard_blog() {
_deprecated_function( __FUNCTION__, '3.1.0' );