Make WordPress Core


Ignore:
Timestamp:
10/02/2017 10:01:23 PM (8 years ago)
Author:
johnbillion
Message:

Docs: Remove & prefixes from parameter documentation to avoid doc parsing errors.

Props sudar for the original patch.

See #35974

File:
1 edited

Legend:

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

    r41162 r41686  
    208208         * @since 2.8.0
    209209         *
    210          * @param resource &$handle The cURL handle returned by curl_init().
     210         * @param resource $handle  The cURL handle returned by curl_init() (passed by reference).
    211211         * @param array    $r       The HTTP request arguments.
    212212         * @param string   $url     The request URL.
Note: See TracChangeset for help on using the changeset viewer.