Docs: Remove duplicate text for `is_main_site()` parameter.

Props Kenshino.
Fixes #37241.


git-svn-id: https://develop.svn.wordpress.org/trunk@37932 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
Jeremy Felt 2016-06-30 17:16:03 +00:00
parent 2220ac9425
commit bba8b1271f
1 changed files with 0 additions and 1 deletions

View File

@ -4233,7 +4233,6 @@ function wp_suspend_cache_invalidation( $suspend = true ) {
* @global object $current_site
*
* @param int $site_id Optional. Site ID to test. Defaults to current site.
* Defaults to current site.
* @return bool True if $site_id is the main site of the network, or if not
* running Multisite.
*/