Make WordPress Core


Ignore:
Timestamp:
06/10/2016 04:49:09 AM (9 years ago)
Author:
peterwilsoncc
Message:

DOCS: Replace HTTP links with HTTPS.

Replaces unsecure links in documentation and translator comments with their secure versions.

Props johnpgreen, netweb

Fixes #36993

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/wp-includes/Requests/Transport/fsockopen.php

    r37428 r37674  
    3131     * Stream metadata
    3232     *
    33      * @var array Associative array of properties, see {@see http://php.net/stream_get_meta_data}
     33     * @var array Associative array of properties, see {@see https://secure.php.net/stream_get_meta_data}
    3434     */
    3535    public $info;
     
    342342     *
    343343     * @param array $url_parts
    344      * @param array|object $data Data to build query using, see {@see http://php.net/http_build_query}
     344     * @param array|object $data Data to build query using, see {@see https://secure.php.net/http_build_query}
    345345     * @return string URL with data
    346346     */
     
    392392     * Instead
    393393     *
    394      * @see http://tools.ietf.org/html/rfc2818#section-3.1 RFC2818, Section 3.1
     394     * @see https://tools.ietf.org/html/rfc2818#section-3.1 RFC2818, Section 3.1
    395395     *
    396396     * @throws Requests_Exception On failure to connect via TLS (`fsockopen.ssl.connect_error`)
Note: See TracChangeset for help on using the changeset viewer.