Changeset 46475
- Timestamp:
- 10/14/2019 03:25:38 PM (5 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-includes/http.php
r46468 r46475 551 551 $ip = gethostbyname( $host ); 552 552 if ( $ip === $host ) { // Error condition for gethostbyname() 553 $ip =false;553 return false; 554 554 } 555 555 }
Note: See TracChangeset
for help on using the changeset viewer.