mirror of
https://github.com/gosticks/wordpress-develop.git
synced 2026-07-04 17:20:07 +00:00
Docs: Typo corrections in various API docblocks.
Props hasanuzzamanshamim. Fixes #55073. See #54729. git-svn-id: https://develop.svn.wordpress.org/trunk@52680 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
@@ -416,7 +416,7 @@ class WP_Http_Streams {
|
||||
*
|
||||
* @param resource $stream The PHP Stream which the SSL request is being made over
|
||||
* @param string $host The hostname being requested
|
||||
* @return bool If the cerficiate presented in $stream is valid for $host
|
||||
* @return bool If the certificate presented in $stream is valid for $host
|
||||
*/
|
||||
public static function verify_ssl_certificate( $stream, $host ) {
|
||||
$context_options = stream_context_get_options( $stream );
|
||||
|
||||
Reference in New Issue
Block a user