Make WordPress Core


Ignore:
Timestamp:
09/16/2015 12:45:51 PM (10 years ago)
Author:
DrewAPicture
Message:

Docs: Put "it's" in its place (again).

Props kitchin.
Fixes #33894.

File:
1 edited

Legend:

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

    r34123 r34234  
    314314
    315315    /**
    316      * Verifies the received SSL certificate against it's Common Names and subjectAltName fields
     316     * Verifies the received SSL certificate against its Common Names and subjectAltName fields.
    317317     *
    318318     * PHP's SSL verifications only verify that it's a valid Certificate, it doesn't verify if
     
    416416 *
    417417 * This class is not used, and is included for backwards compatibility only.
    418  * All code should make use of WP_HTTP directly through it's API.
     418 * All code should make use of WP_Http directly through its API.
    419419 *
    420420 * @see WP_HTTP::request
Note: See TracChangeset for help on using the changeset viewer.