diff --git a/src/wp-includes/ms-functions.php b/src/wp-includes/ms-functions.php index e3ae911373..4ca2f097ed 100644 --- a/src/wp-includes/ms-functions.php +++ b/src/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