Disabled in safe mode.

git-svn-id: http://svn.automattic.com/wordpress/trunk@2790 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
matt 2005-08-18 21:21:24 +00:00
parent 77e8b6fcc4
commit 4b2090d592

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'];