diff --git a/wp-includes/http.php b/wp-includes/http.php
index 862e456..d183f53 100644
|
a
|
b
|
function ms_allowed_http_request_hosts( $is_external, $host ) { |
| 650 | 650 | * @see http://php.net/manual/en/function.parse-url.php |
| 651 | 651 | * @return mixed False on parse failure; Array of URL components on success; |
| 652 | 652 | * When a specific component has been requested: null if the component |
| 653 | | * doesn't exist in the given URL; a sting or - in the case of |
| | 653 | * doesn't exist in the given URL; a string or - in the case of |
| 654 | 654 | * PHP_URL_PORT - integer when it does. See parse_url()'s return values. |
| 655 | 655 | */ |
| 656 | 656 | function wp_parse_url( $url, $component = -1 ) { |