mirror of
https://github.com/gosticks/wordpress-develop.git
synced 2026-08-11 20:30:23 +00:00
Docs: Put "it's" in its place (again).
Props kitchin. Fixes #33894. git-svn-id: https://develop.svn.wordpress.org/trunk@34234 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
@@ -313,7 +313,7 @@ class WP_Http_Streams {
|
||||
}
|
||||
|
||||
/**
|
||||
* Verifies the received SSL certificate against it's Common Names and subjectAltName fields
|
||||
* Verifies the received SSL certificate against its Common Names and subjectAltName fields.
|
||||
*
|
||||
* PHP's SSL verifications only verify that it's a valid Certificate, it doesn't verify if
|
||||
* the certificate is valid for the hostname which was requested.
|
||||
@@ -415,7 +415,7 @@ class WP_Http_Streams {
|
||||
* Deprecated HTTP Transport method which used fsockopen.
|
||||
*
|
||||
* This class is not used, and is included for backwards compatibility only.
|
||||
* All code should make use of WP_HTTP directly through it's API.
|
||||
* All code should make use of WP_Http directly through its API.
|
||||
*
|
||||
* @see WP_HTTP::request
|
||||
*
|
||||
|
||||
Reference in New Issue
Block a user