mirror of
https://github.com/gosticks/wordpress-develop.git
synced 2026-07-01 07:40:07 +00:00
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:
@@ -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' );
|
||||
|
||||
Reference in New Issue
Block a user