Changeset 30577 for trunk/src/wp-includes/ms-functions.php
- Timestamp:
- 11/26/2014 07:26:57 PM (11 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-includes/ms-functions.php
r30242 r30577 2436 2436 return $site_results; 2437 2437 } 2438 2439 /**2440 * Determine if the current network should be treated as a trusted network.2441 *2442 * @since 4.1.02443 *2444 * @return bool False.2445 */2446 function wp_is_trusted_network() {2447 return false;2448 }
Note: See TracChangeset
for help on using the changeset viewer.