Ticket #26247: import-bug.diff
File import-bug.diff, 498 bytes (added by , 11 years ago) |
---|
-
wp-includes/http.php
old new 458 458 || ( 192 === $parts[0] && 168 === $parts[1] ) 459 459 ) { 460 460 // If host appears local, reject unless specifically allowed. 461 if ( ! apply_filters( 'http_request_host_is_external', false, $host, $url ) )462 return false;461 // if ( ! apply_filters( 'http_request_host_is_external', false, $host, $url ) ) 462 // return false; 463 463 } 464 464 } 465 465 }