Disabled in safe mode.

git-svn-id: https://develop.svn.wordpress.org/trunk@2790 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
Matt Mullenweg 2005-08-18 21:21:24 +00:00
parent e6aee8f5c6
commit 355b4acec9
1 changed files with 1 additions and 1 deletions

View File

@ -874,7 +874,7 @@ function do_enclose( $content, $post_ID ) {
}
function wp_get_http_headers( $url ) {
set_time_limit( 60 );
@set_time_limit( 60 );
$parts = parse_url( $url );
$file = $parts['path'] . ($parts['query'] ? '?'.$parts['query'] : '');
$host = $parts['host'];