From bba8b1271f0b1cdc2293cbfd3c4921cb6ccaafb5 Mon Sep 17 00:00:00 2001 From: Jeremy Felt Date: Thu, 30 Jun 2016 17:16:03 +0000 Subject: [PATCH] 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 --- src/wp-includes/functions.php | 1 - 1 file changed, 1 deletion(-) diff --git a/src/wp-includes/functions.php b/src/wp-includes/functions.php index 690e2713d7..ba38ff52d2 100644 --- a/src/wp-includes/functions.php +++ b/src/wp-includes/functions.php @@ -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. */