#27687 closed enhancement (fixed)
Remove by-reference from wp_remote_retrieve_* functions
| Reported by: |
|
Owned by: |
|
|---|---|---|---|
| Milestone: | 4.0 | Priority: | normal |
| Severity: | normal | Version: | 2.7 |
| Component: | HTTP API | Keywords: | 4.0-early has-patch |
| Focuses: | Cc: |
Description
See #27656 for explanation, reasoning, concerns, etc.
Attachments (1)
Change History (5)
Note: See
TracTickets for help on using
tickets.
Is that the right patch?
# grep -r 'function wp_remote_retrieve' . ./wp-includes/http.php:function wp_remote_retrieve_headers(&$response) { ./wp-includes/http.php:function wp_remote_retrieve_header(&$response, $header) { ./wp-includes/http.php:function wp_remote_retrieve_response_code(&$response) { ./wp-includes/http.php:function wp_remote_retrieve_response_message(&$response) { ./wp-includes/http.php:function wp_remote_retrieve_body(&$response) {