Changeset 38814 for trunk/src/wp-includes/http.php
- Timestamp:
- 10/19/2016 04:46:14 AM (8 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-includes/http.php
r38730 r38814 618 618 if ( $is_external ) 619 619 return $is_external; 620 if ( $host === get_ current_site()->domain )620 if ( $host === get_network()->domain ) 621 621 return true; 622 622 if ( isset( $queried[ $host ] ) )
Note: See TracChangeset
for help on using the changeset viewer.