mirror of
https://github.com/gosticks/wordpress-develop.git
synced 2026-06-28 22:30:04 +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:
@@ -443,7 +443,7 @@ function update_blog_details( $blog_id, $details = array() ) {
|
||||
*
|
||||
* @since 3.5.0
|
||||
*
|
||||
* @param WP_Site $blog The blog details as returned from get_blog_details()
|
||||
* @param WP_Site $blog The site object to be cleared from cache.
|
||||
*/
|
||||
function clean_blog_cache( $blog ) {
|
||||
$blog_id = $blog->blog_id;
|
||||
|
||||
Reference in New Issue
Block a user