Ticket #8347: log_requests.diff
| File log_requests.diff, 410 bytes (added by ryan, 3 years ago) |
|---|
-
wp-includes/http.php
209 209 */ 210 210 function request( $url, $args = array() ) { 211 211 global $wp_version; 212 212 error_log("Requesting $url"); 213 213 $defaults = array( 214 214 'method' => 'GET', 215 215 'timeout' => apply_filters( 'http_request_timeout', 5),
