Make WordPress Core


Ignore:
Timestamp:
11/26/2014 07:26:57 PM (11 years ago)
Author:
johnbillion
Message:

Remove the wp_is_trusted_network() function pending further discussion on terminology and behaviour.

See #30145

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/wp-includes/ms-functions.php

    r30242 r30577  
    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 }
Note: See TracChangeset for help on using the changeset viewer.