#27687 closed enhancement (fixed)
Remove by-reference from wp_remote_retrieve_* functions
| Reported by: | nacin | Owned by: | wonderboymusic |
|---|---|---|---|
| Priority: | normal | Milestone: | 4.0 |
| Component: | HTTP API | Version: | 2.7 |
| Severity: | normal | Keywords: | 4.0-early has-patch |
| Cc: | Focuses: |
Description
See #27656 for explanation, reasoning, concerns, etc.
Attachments (1)
Change History (5)
Note:
See TracTickets
for help on using tickets.
![(please configure the [header_logo] section in trac.ini)](/chrome/site/your_project_logo.png)
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) {