Skip to content

Commit 3c37c87

Browse files
committed
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
1 parent ebfa390 commit 3c37c87

1 file changed

Lines changed: 0 additions & 11 deletions

File tree

src/wp-includes/ms-functions.php

Lines changed: 0 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -2435,14 +2435,3 @@ function wp_get_sites( $args = array() ) {
24352435

24362436
return $site_results;
24372437
}
2438-
2439-
/**
2440-
* Determine if the current network should be treated as a trusted network.
2441-
*
2442-
* @since 4.1.0
2443-
*
2444-
* @return bool False.
2445-
*/
2446-
function wp_is_trusted_network() {
2447-
return false;
2448-
}

0 commit comments

Comments
 (0)