Make WordPress Core

Changeset 10289


Ignore:
Timestamp:
12/31/2008 10:33:46 PM (16 years ago)
Author:
ryan
Message:

Pass ref in array to avoid warning. fixes #8766

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/wp-includes/http.php

    r10283 r10289  
    10361036            curl_setopt( $handle, CURLOPT_HTTP_VERSION, CURL_HTTP_VERSION_1_1 );
    10371037
    1038         do_action_ref_array( 'http_api_curl', &$handle );
     1038        do_action_ref_array( 'http_api_curl', array(&$handle) );
    10391039
    10401040        if ( ! $r['blocking'] ) {
Note: See TracChangeset for help on using the changeset viewer.