mirror of
https://github.com/gosticks/wordpress-develop.git
synced 2026-08-12 04:40:26 +00:00
Docs: Remove & prefixes from parameter documentation to avoid doc parsing errors.
Props sudar for the original patch. See #35974 git-svn-id: https://develop.svn.wordpress.org/trunk@41686 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
@@ -207,7 +207,7 @@ class WP_Http_Curl {
|
||||
*
|
||||
* @since 2.8.0
|
||||
*
|
||||
* @param resource &$handle The cURL handle returned by curl_init().
|
||||
* @param resource $handle The cURL handle returned by curl_init() (passed by reference).
|
||||
* @param array $r The HTTP request arguments.
|
||||
* @param string $url The request URL.
|
||||
*/
|
||||
|
||||
Reference in New Issue
Block a user