mirror of
https://github.com/WordPress/WordPress.git
synced 2024-12-24 10:09:47 +01:00
Disabled in safe mode.
git-svn-id: http://svn.automattic.com/wordpress/trunk@2790 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
parent
77e8b6fcc4
commit
4b2090d592
@ -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
Block a user