Ticket #30145: 30145.diff
File 30145.diff, 487 bytes (added by , 10 years ago) |
---|
-
src/wp-includes/ms-functions.php
2474 2474 2475 2475 return $site_results; 2476 2476 } 2477 2478 /** 2479 * Determine if the current network should be treated as a trusted network. 2480 * 2481 * @since 4.1.0 2482 * 2483 * @return bool False. 2484 */ 2485 function wp_is_trusted_network() { 2486 return false; 2487 } 2488 No newline at end of file