From 3a4f742175a238473004747d58aa3e7f29a15373 Mon Sep 17 00:00:00 2001 From: John Blackbourn Date: Wed, 26 Nov 2014 19:27:23 +0000 Subject: [PATCH] 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 --- wp-includes/ms-functions.php | 11 ----------- wp-includes/version.php | 2 +- 2 files changed, 1 insertion(+), 12 deletions(-) diff --git a/wp-includes/ms-functions.php b/wp-includes/ms-functions.php index b0cd44ce8d..04f4294de8 100644 --- a/wp-includes/ms-functions.php +++ b/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 diff --git a/wp-includes/version.php b/wp-includes/version.php index 1e1ad885b3..27bedaefcd 100644 --- a/wp-includes/version.php +++ b/wp-includes/version.php @@ -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.