Ticket #16890: 16890.patch
File 16890.patch, 527 bytes (added by , 14 years ago) |
---|
-
wp-includes/class-http.php
### Eclipse Workspace Patch 1.0 #P wordpress-trunk
459 459 } 460 460 } 461 461 462 if ( !empty( $newheaders['location'] ) && is_array( $newheaders['location'] ) ) 463 $newheaders['location'] = $newheaders['location'][0]; 464 462 465 return array('response' => $response, 'headers' => $newheaders, 'cookies' => $cookies); 463 466 } 464 467