diff --git a/src/wp-includes/ms-blogs.php b/src/wp-includes/ms-blogs.php
index 21d0820920..2c2d4cf02b 100644
a
|
b
|
function clean_site_details_cache( $site_id = 0 ) { |
420 | 420 | * @type int $spam Whether the site is spam. Default 0. |
421 | 421 | * @type int $deleted Whether the site is deleted. Default 0. |
422 | 422 | * @type int $lang_id The site's language ID. Currently unused. Default 0. |
| 423 | * @type int $site_id The site ID. |
| 424 | * @type int $user_id The user ID. |
| 425 | * @type array $options The site's options or meta. |
423 | 426 | * } |
424 | 427 | * @return int|WP_Error The new site's ID on success, or error object on failure. |
425 | 428 | */ |