Remove the wp_is_trusted_network() function pending further discussion on terminology and behaviour.

See #30145

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


git-svn-id: http://core.svn.wordpress.org/trunk@30567 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
John Blackbourn 2014-11-26 19:27:23 +00:00
parent e002b0fc07
commit 3a4f742175
2 changed files with 1 additions and 12 deletions

View File

@ -2435,14 +2435,3 @@ function wp_get_sites( $args = array() ) {
return $site_results;
}
/**
* Determine if the current network should be treated as a trusted network.
*
* @since 4.1.0
*
* @return bool False.
*/
function wp_is_trusted_network() {
return false;
}

View File

@ -4,7 +4,7 @@
*
* @global string $wp_version
*/
$wp_version = '4.1-beta2-30576';
$wp_version = '4.1-beta2-30577';
/**
* Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.