Ticket #19487: remove_set_time_limit2.patch
File remove_set_time_limit2.patch, 846 bytes (added by , 12 years ago) |
---|
-
wp-includes/comment.php
1807 1807 $pingback_server_url = discover_pingback_server_uri( $pagelinkedto ); 1808 1808 1809 1809 if ( $pingback_server_url ) { 1810 @ set_time_limit( 60 );1811 1810 // Now, the RPC call 1812 1811 $pagelinkedfrom = get_permalink($post_ID); 1813 1812 -
wp-includes/functions.php
1284 1284 * @return bool|string False on failure and string of headers if HEAD request. 1285 1285 */ 1286 1286 function wp_get_http( $url, $file_path = false, $red = 1 ) { 1287 @set_time_limit( 60 );1288 1289 1287 if ( $red > 5 ) 1290 1288 return false; 1291 1289