Changeset 46480
- Timestamp:
- 10/14/2019 03:51:55 PM (4 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/5.2/src/wp-includes/http.php
r42894 r46480 556 556 $ip = gethostbyname( $host ); 557 557 if ( $ip === $host ) { // Error condition for gethostbyname() 558 $ip =false;558 return false; 559 559 } 560 560 }
Note: See TracChangeset
for help on using the changeset viewer.