wp/wp-includes/http.php
changeset 13 d255fe9cd479
parent 9 177826044cd9
child 16 a86126ab1dd4
--- a/wp/wp-includes/http.php	Tue Oct 15 11:56:20 2019 +0200
+++ b/wp/wp-includes/http.php	Tue Oct 15 15:48:13 2019 +0200
@@ -555,7 +555,7 @@
 		} else {
 			$ip = gethostbyname( $host );
 			if ( $ip === $host ) { // Error condition for gethostbyname()
-				$ip = false;
+				return false;
 			}
 		}
 		if ( $ip ) {