From 3c37c87f39288922ab4d969f799e4fd13bb71d3e Mon Sep 17 00:00:00 2001 From: John Blackbourn Date: Wed, 26 Nov 2014 19:26:57 +0000 Subject: [PATCH] Remove the `wp_is_trusted_network()` function pending further discussion on terminology and behaviour. See #30145 git-svn-id: https://develop.svn.wordpress.org/trunk@30577 602fd350-edb4-49c9-b593-d223f7449a82 --- src/wp-includes/ms-functions.php | 11 ----------- 1 file changed, 11 deletions(-) diff --git a/src/wp-includes/ms-functions.php b/src/wp-includes/ms-functions.php index b0cd44ce8d..04f4294de8 100644 --- a/src/wp-includes/ms-functions.php +++ b/src/wp-includes/ms-functions.php @@ -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; -} \ No newline at end of file