[wp-trac] [WordPress Trac] #27687: Remove by-reference from wp_remote_retrieve_* functions
WordPress Trac
noreply at wordpress.org
Sun Apr 6 10:46:29 UTC 2014
#27687: Remove by-reference from wp_remote_retrieve_* functions
-------------------------------------------------+-------------------------
Reporter: nacin | Owner:
Type: enhancement | Status: new
Priority: normal | Milestone: Future
Component: HTTP API | Release
Severity: normal | Version: 2.7
Keywords: needs-patch 4.0-early reporter- | Resolution:
feedback | Focuses:
-------------------------------------------------+-------------------------
Changes (by jesin):
* keywords: needs-patch 4.0-early => needs-patch 4.0-early reporter-
feedback
Comment:
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) {
}}}
--
Ticket URL: <https://core.trac.wordpress.org/ticket/27687#comment:1>
WordPress Trac <https://core.trac.wordpress.org/>
WordPress publishing platform
More information about the wp-trac
mailing list