diff --git a/wp-includes/ms-functions.php b/wp-includes/ms-functions.php index e3ae911373..4ca2f097ed 100644 --- a/wp-includes/ms-functions.php +++ b/wp-includes/ms-functions.php @@ -2474,3 +2474,14 @@ 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; +} \ No newline at end of file diff --git a/wp-includes/version.php b/wp-includes/version.php index fa11ca1484..60239e2a9a 100644 --- a/wp-includes/version.php +++ b/wp-includes/version.php @@ -4,7 +4,7 @@ * * @global string $wp_version */ -$wp_version = '4.1-alpha-30070'; +$wp_version = '4.1-alpha-30071'; /** * Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.