Disabled in safe mode.
git-svn-id: https://develop.svn.wordpress.org/trunk@2790 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
parent
e6aee8f5c6
commit
355b4acec9
|
@ -874,7 +874,7 @@ function do_enclose( $content, $post_ID ) {
|
||||||
}
|
}
|
||||||
|
|
||||||
function wp_get_http_headers( $url ) {
|
function wp_get_http_headers( $url ) {
|
||||||
set_time_limit( 60 );
|
@set_time_limit( 60 );
|
||||||
$parts = parse_url( $url );
|
$parts = parse_url( $url );
|
||||||
$file = $parts['path'] . ($parts['query'] ? '?'.$parts['query'] : '');
|
$file = $parts['path'] . ($parts['query'] ? '?'.$parts['query'] : '');
|
||||||
$host = $parts['host'];
|
$host = $parts['host'];
|
||||||
|
|
Loading…
Reference in New Issue