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

Props Kenshino.
Fixes #37241.

Built from https://develop.svn.wordpress.org/trunk@37932


git-svn-id: http://core.svn.wordpress.org/trunk@37873 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
Jeremy Felt 2016-06-30 17:17:28 +00:00
parent 5e467a2774
commit 858fb83f57
2 changed files with 1 additions and 2 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.
*/

View File

@ -4,7 +4,7 @@
*
* @global string $wp_version
*/
$wp_version = '4.6-beta1-37931';
$wp_version = '4.6-beta1-37932';
/**
* Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.