Fix spelling typo's in r13484. See #12200
git-svn-id: https://develop.svn.wordpress.org/trunk@13485 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
parent
c74a4432b4
commit
913ab67ecb
|
@ -1464,8 +1464,8 @@ class WP_Http_Curl {
|
||||||
* enable proxy support. There are also a few filters that plugins can hook into for some of the
|
* enable proxy support. There are also a few filters that plugins can hook into for some of the
|
||||||
* constants.
|
* constants.
|
||||||
*
|
*
|
||||||
* Please note that only BASIC authentication is supportted by most transports.
|
* Please note that only BASIC authentication is supported by most transports.
|
||||||
* cURL and the PHP HTTP Extension MAY support more methods(such as NTLM Authentication) depending on your environment.
|
* cURL and the PHP HTTP Extension MAY support more methods (such as NTLM authentication) depending on your environment.
|
||||||
*
|
*
|
||||||
* The constants are as follows:
|
* The constants are as follows:
|
||||||
* <ol>
|
* <ol>
|
||||||
|
|
Loading…
Reference in New Issue