mirror of
https://github.com/WordPress/WordPress.git
synced 2025-01-22 08:11:52 +01:00
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:
parent
e002b0fc07
commit
3a4f742175
@ -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;
|
||||
}
|
@ -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.
|
||||
|
Loading…
Reference in New Issue
Block a user