Ticket #40314: 40314.patch
File 40314.patch, 436 bytes (added by , 8 years ago) |
---|
-
wp-includes/deprecated.php
3633 3633 function wp_get_http( $url, $file_path = false, $red = 1 ) { 3634 3634 _deprecated_function( __FUNCTION__, '4.4.0', 'WP_Http' ); 3635 3635 3636 @set_time_limit( 60 );3636 //@set_time_limit( 60 ); 3637 3637 3638 3638 if ( $red > 5 ) 3639 3639 return false;